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.
显示文件
Open project: pradosoft/prado
Class Usage Examples
Public Methods
Method Details
getAllowReturn()
public method
getStepType()
public method
public getStepType ( ) : TWizardStepType |
return |
TWizardStepType |
the wizard step type. Defaults to TWizardStepType::Auto. |
getWizard()
public method
public getWizard ( ) : TWizard |
return |
TWizard |
the wizard owning this step |
setAllowReturn()
public method
setStepType()
public method
setWizard()
public method
This method is used internally by {@link TWizard}.