jsx3.amp.util.wizard plug-in.
| Constructor Summary | |
|---|---|
| jsx3.app.Model | The instance initializer. |
| Method Summary | |
|---|---|
| jsx3.app.Model | Returns the object in the UI of this pane that should be focused when the pane is revealed. |
| String | getTitle() Returns the title of this pane. |
| jsx3.app.Model | getUI() Returns the root UI component of this pane once it has been rendered. |
| jsx3.amp.util.Wizard | Returns the wizard owning this pane. |
| boolean | Returns true if the cancel button should be enabled. |
| boolean | Returns true if the finish button should be enabled. |
| boolean | mayNext() Returns true if the next button should be enabled. |
| boolean | Returns true if the previous button should be enabled. |
| void | Called when this pane is revealed. |
| void | Called when this pane is hidden. |
| void | onNext() Called when the UI requests continuing to the next pane. |
| void | Called when the UI requests backtracking to the previous pane. |
| 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 |
| Constructor Detail |
|---|
| Method Detail |
|---|
getFirstResponder() method of the UI component, if that method is defined.true if the cancel button should be enabled.true if the finish button should be enabled.true if the next button should be enabled.true if the previous button should be enabled.onReveal() method of the root UI component, if that
method is defined.onConceal() method of the root UI component, if that
method is defined.ok field equal to false.{ok:Boolean, alert:Boolean, title:String, message:String}
ok field equal to false.{ok:Boolean, alert:Boolean, title:String, message:String}