Property | Type | Description | |
---|---|---|---|
PageStack | Stack |
Method | Description | |
---|---|---|
Wizard ( ) : System |
Creates a new wizard.
|
Method | Description | |
---|---|---|
PopPage ( ) : void |
Removes the current wizard page form the PageStack and displays the previous one.
|
|
PushPage ( [ page ) : void |
Displays a new wizard page and adds it to the PageStack.
|
Method | Description | |
---|---|---|
ShowPage ( |
protected PushPage ( [ page ) : void | ||
page | [ | The page to display and add. |
return | void |