Class \Prado\Web\UI\WebControls\TWizardStepType
TWizardStepType class.
TWizardStepType defines the enumerable type for the possible types of wizard steps.
The following enumerable values are defined:
- Auto: the type is automatically determined based on the location of the wizard step in the whole step collection.
- Complete: the step is the last summary step.
- Start: the step is the first step
- Step: the step is between the begin and the end steps.
- Finish: the last step before the Complete step.
Class hierarchy
- \Prado\Web\UI\WebControls\TWizardStepType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Auto
|
'Auto'
|
public
mixed
|
Complete
|
'Complete'
|
public
mixed
|
Finish
|
'Finish'
|
public
mixed
|
Start
|
'Start'
|
public
mixed
|
Step
|
'Step'
|