PHP Class 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.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TView
Afficher le fichier Open project: pradosoft/prado Class Usage Examples

Méthodes publiques

Méthode Description
getAllowReturn ( ) : boolean
getStepType ( ) : TWizardStepType
getTitle ( ) : string
getWizard ( ) : TWizard
setAllowReturn ( $value )
setStepType ( $type )
setTitle ( $value )
setWizard ( $wizard ) Sets the wizard owning this step.

Method Details

getAllowReturn() public méthode

public getAllowReturn ( ) : boolean
Résultat boolean whether this step can be re-visited. Default to true.

getStepType() public méthode

public getStepType ( ) : TWizardStepType
Résultat TWizardStepType the wizard step type. Defaults to TWizardStepType::Auto.

getTitle() public méthode

public getTitle ( ) : string
Résultat string the title for this step.

getWizard() public méthode

public getWizard ( ) : TWizard
Résultat TWizard the wizard owning this step

setAllowReturn() public méthode

public setAllowReturn ( $value )

setStepType() public méthode

public setStepType ( $type )

setTitle() public méthode

public setTitle ( $value )

setWizard() public méthode

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