Packagecom.vmware.ui.wizard
Classpublic class AppWizard
InheritanceAppWizard Inheritance Wizard Inheritance flash.events.EventDispatcher

The application specific Wizard class for Wizards used in the vSphere Client Application. AppWizard adds the following functionality ontop of Wizard:



Public Properties
 PropertyDefined By
 Inheritedbusy : Boolean
The current busy state of the wizard.
Wizard
 InheritedbusyMessage : String
The message that appears when the wizard is in busy state.
Wizard
 Inheritedcontainer : IWizardContainer
The wizard container.
Wizard
 InheritedcurrentPageInfo : PageInfo
The PageInfo for the current front page, or null if the wizard has no pages.
Wizard
 InheritedfirstPageInfo : PageInfo
[read-only] Returns the PageInfo corresponding to the first non-skipped page, or null if none.
Wizard
 InheritedforwardButtonAlwaysEnabled : Boolean
Specifies the behavior of the next and finish buttons in the wizard: If the value is true then the next button will be always enabled.
Wizard
 InheritedhasNextPage : Boolean
[read-only] Indicates whether a next page exists.
Wizard
 InheritedhasPreviousPage : Boolean
[read-only] Indicates whether a previous page exists.
Wizard
 InheritedincludePageNavigator : Boolean
Whether to include a page navigation control that can be used to activate individual pages.
Wizard
 InheritedisFinishButtonEnabled : Boolean
[read-only] Tests whether the wizard can be finished.
Wizard
 InheritednextPageInfo : PageInfo
[read-only] Returns the next PageInfo (i.e the one you will go if you call showNextPage), or null if none.
Wizard
 InheritedpagesInfo : ArrayCollection
The PageInfo objects of this wizard's pages.
Wizard
 InheritedpreviousPageInfo : PageInfo
[read-only] Returns the previous PageInfo, or null if none.
Wizard
 InheritedvalidationOnForwardOnly : Boolean
Whether the Wizard is configured for validation on just forward navigation.
Wizard
Public Methods
 MethodDefined By
  
AppWizard(wizardContainer:IWizardContainer = null)
Creates a new application Wizard instance.
AppWizard
 Inherited
dispose():void
Wizard
 Inherited
getPageInfo(page:UIComponent):PageInfo
Returns the PageInfo for the given page component.
Wizard
 Inherited
Shows the next page in the wizard.
Wizard
Events
 Event Summary Defined By
 InheritedThe event for the Close button.Wizard
 InheritedThe event for the Minimize button.Wizard
 InheritedThe event for the Finish button.Wizard
 InheritedThe event dispatched when the current wizard navigator changes.Wizard
 InheritedThe event dispatched when the current wizard page changes.Wizard
Constructor Detail
AppWizard()Constructor
public function AppWizard(wizardContainer:IWizardContainer = null)

Creates a new application Wizard instance.

Parameters
wizardContainer:IWizardContainer (default = null) — The IWizardContainer implementation to be used within in this Wizard.