jsx3.amp.util.wizard plug-in.
| Field Summary | |
|---|---|
| static String | Event subject published when a wizard is cancelled. |
| static String | Event subject published when a wizard is finished. |
| static String | Event subject published when a wizard advances to the next pane. |
| static String | Event subject published when a wizard advances to the previous pane. |
| Constructor Summary | |
|---|---|
| void | init() The instance initializer. |
| Method Summary | |
|---|---|
| void | Adds a pane to this wizard. |
| void | cancel() Invokes the cancel button. |
| void | finish() Invokes the finish button. |
| jsx3.amp.util.WizardPane | Returns a pane of this wizard by its index. |
| int | Returns the number of panes in this wizard. |
| int | Returns the index of a pane of this wizard. |
| Object | Returns the wizard session object. |
| void | next() Invokes the next button. |
| void | previous() Invokes the previous button. |
| void | removePane(index : int) Removes a pane from this wizard by its list index. |
| void | renderIn(objContainer : jsx3.app.Model) Renders the wizard UI as a child of objContainer. |
| void | Updates the enabled button states of the four wizard buttons. |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
objContainer.