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

TWizardStep represents a wizard step. The wizard owning the step can be obtained by {@link getWizard Wizard}. To specify the type of the step, set {@link setStepType StepType}; For step title, set {@link setTitle Title}. If a step can be re-visited, set {@link setAllowReturn AllowReturn} to true.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TView
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
getAllowReturn ( ) : boolean
getStepType ( ) : TWizardStepType
getTitle ( ) : string
getWizard ( ) : TWizard
setAllowReturn ( $value )
setStepType ( $type )
setTitle ( $value )
setWizard ( $wizard ) Sets the wizard owning this step.

메소드 상세

getAllowReturn() 공개 메소드

public getAllowReturn ( ) : boolean
리턴 boolean whether this step can be re-visited. Default to true.

getStepType() 공개 메소드

public getStepType ( ) : TWizardStepType
리턴 TWizardStepType the wizard step type. Defaults to TWizardStepType::Auto.

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string the title for this step.

getWizard() 공개 메소드

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

setAllowReturn() 공개 메소드

public setAllowReturn ( $value )

setStepType() 공개 메소드

public setStepType ( $type )

setTitle() 공개 메소드

public setTitle ( $value )

setWizard() 공개 메소드

This method is used internally by {@link TWizard}.
public setWizard ( $wizard )