Packagecom.vmware.widgets.controls
Classpublic class WizardContainer
InheritanceWizardContainer Inheritance WizardContainerBase Inheritance mx.containers.VBox

An implementation of IWizardContainer. Is the visual component for the Wizard component.



Public Properties
 PropertyDefined By
 InheritedcurrentPageInfo : PageInfo
The current (front) page info, or null if the wizard has no pages.
WizardContainerBase
 InheritedfocusedControl : Object
[read-only] The ui component that currently holds input focus.
WizardContainerBase
 InheritedheaderComponent : DisplayObject
The ui component that appears on the top of the wizard container, for example a page navigator component.
WizardContainerBase
 InheritedheaderContainer : Container
Container where the header of a page goes.
WizardContainerBase
 InheritedlayoutPolicy : String
The layout policy for this container.
WizardContainerBase
 InheritedpagesInfo : ArrayCollection
The pages info for this wizard container.
WizardContainerBase
 InheritedpageStack : ViewStack
The ViewStack which has all the pages of the Wizard.
WizardContainerBase
 InheritedwizardButtonsContainer : Container
A Detachable container which houses the Wizard's buttons.
WizardContainerBase
Public Methods
 MethodDefined By
  
Constructor.
WizardContainer
 Inherited
addButton(button:UIComponent, group:int, isDefaultButton:Boolean = false):void
Adds a button in the given button group.
WizardContainerBase
 Inherited
WizardContainerBase
 Inherited
setPageBusy(pageInfo:PageInfo):void
Adds/Removes a busy indicator for the given page.
WizardContainerBase
 Inherited
setWizardBusy(isBusy:Boolean, busyMessage:String = null):void
Adds/Removes a busy indicator for the wizard container view.
WizardContainerBase
Protected Methods
 MethodDefined By
 Inherited
[override]
WizardContainerBase
 Inherited
[override]
WizardContainerBase
 Inherited
measure():void
[override]
WizardContainerBase
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
WizardContainerBase
Constructor Detail
WizardContainer()Constructor
public function WizardContainer()

Constructor.