PHP 클래스 Prado\Web\UI\WebControls\TWizardNavigationTemplate

TWizardNavigationTemplate is the base class for various navigation templates.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TComponent, implements Prado\Web\UI\ITemplate
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $wizard ) Constructor.
getWizard ( ) : TWizard
instantiateIn ( $parent ) Instantiates the template.

보호된 메소드들

메소드 설명
createNavigationButton ( $buttonStyle, $causesValidation, $commandName ) Creates a navigation button.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $wizard )

createNavigationButton() 보호된 메소드

It creates a {@link TButton}, {@link TLinkButton}, or {@link TImageButton}, depending on the given parameters.
protected createNavigationButton ( $buttonStyle, $causesValidation, $commandName )

getWizard() 공개 메소드

public getWizard ( ) : TWizard
리턴 TWizard the wizard owning this template

instantiateIn() 공개 메소드

Derived classes should override this method.
public instantiateIn ( $parent )