| Package | com.vmware.widgets.events |
| Class | public class WizardEvent |
| Inheritance | WizardEvent flash.events.Event |
IWizard
objects, such as Wizard.
| Property | Defined By | ||
|---|---|---|---|
| newPageInfo : PageInfo [read-only]
The new page info when the event type is PAGE_CHANGED. | WizardEvent | ||
| oldPageInfo : PageInfo [read-only]
The old page info when the event type is PAGE_CHANGED. | WizardEvent | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor; normally called by IWizard and not
used in application code. | WizardEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| NAVIGATOR_CHANGED : String = wizardEventNavigatorChanged [static]
Defines the value of the type property for a
wizardEventNavigatorChanged event, which indicates that the wizard
navigator has changed. | WizardEvent | ||
| PAGE_CHANGED : String = wizardEventPageChanged [static]
Defines the value of the type property for a
pageChanged event, which indicates that a page
has changed using the Next/Previous buttons, or the page navigator. | WizardEvent | ||
| newPageInfo | property |
newPageInfo:PageInfo [read-only]
The new page info when the event type is PAGE_CHANGED.
public function get newPageInfo():PageInfo| oldPageInfo | property |
oldPageInfo:PageInfo [read-only]
The old page info when the event type is PAGE_CHANGED.
public function get oldPageInfo():PageInfo| WizardEvent | () | Constructor |
public function WizardEvent(type:String, oldPageInfo:PageInfo = null, newPageInfo:PageInfo = null)
Constructor; normally called by IWizard and not
used in application code.
type:String — The event type; indicates the action that caused the event.
| |
oldPageInfo:PageInfo (default = null) — The old page when the event type is PAGE_CHANGED.
| |
newPageInfo:PageInfo (default = null) — The new page when the event type is PAGE_CHANGED.
|
| NAVIGATOR_CHANGED | Constant |
public static const NAVIGATOR_CHANGED:String = wizardEventNavigatorChanged
Defines the value of the type property for a
wizardEventNavigatorChanged event, which indicates that the wizard
navigator has changed.
| PAGE_CHANGED | Constant |
public static const PAGE_CHANGED:String = wizardEventPageChanged
Defines the value of the type property for a
pageChanged event, which indicates that a page
has changed using the Next/Previous buttons, or the page navigator.