Class TWizardStepType
TWizardStepType class. TWizardStepType defines the enumerable type for the possible types of TWizard 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.
- TEnumerable implements Iterator
-
TWizardStepType
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TWizard.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TWizard.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Auto |
'Auto' |
|
string |
Complete |
'Complete' |
|
string |
Start |
'Start' |
|
string |
Step |
'Step' |
|
string |
Finish |
'Finish' |