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

TTemplatedWizardStep represents a wizard step whose content and navigation can be customized using templates. To customize the step content, specify {@link setContentTemplate ContentTemplate}. To customize navigation specific to the step, specify {@link setNavigationTemplate NavigationTemplate}. Note, if the navigation template is not specified, default navigation will be used.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TWizardStep, implements Prado\Web\UI\INamingContainer
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
createChildControls ( ) Creates child controls.
getContentTemplate ( ) : Prado\Web\UI\ITemplate
getNavigationContainer ( ) : TWizardNavigationContainer
getNavigationTemplate ( ) : Prado\Web\UI\ITemplate
instantiateNavigationTemplate ( ) Instantiates the navigation template if any
onInit ( $param ) Ensures child controls are created.
setContentTemplate ( $value )
setNavigationTemplate ( $value )

메소드 상세

createChildControls() 공개 메소드

This method mainly instantiates the content template, if any.
public createChildControls ( )

getContentTemplate() 공개 메소드

public getContentTemplate ( ) : Prado\Web\UI\ITemplate
리턴 Prado\Web\UI\ITemplate the template for the content of the wizard step.

getNavigationContainer() 공개 메소드

public getNavigationContainer ( ) : TWizardNavigationContainer
리턴 TWizardNavigationContainer the control containing the navigation. It could be null if no navigation template is specified.

getNavigationTemplate() 공개 메소드

public getNavigationTemplate ( ) : Prado\Web\UI\ITemplate
리턴 Prado\Web\UI\ITemplate the template for displaying the navigation UI of a wizard step. Defaults to null.

instantiateNavigationTemplate() 공개 메소드

Instantiates the navigation template if any

onInit() 공개 메소드

Ensures child controls are created.
public onInit ( $param )

setContentTemplate() 공개 메소드

public setContentTemplate ( $value )

setNavigationTemplate() 공개 메소드

public setNavigationTemplate ( $value )