Package | com.vmware.ui.wizard |
Class | public class AppWizard |
Inheritance | AppWizard ![]() ![]() |
Wizard
s used in
the vSphere Client Application.
AppWizard adds the following functionality ontop of Wizard
:
IWizardContainer
, so
that, for example, subclasses can use the Inheritable tag, a feature of Frinje
that allows pages of the Wizard
to inherit set properties.IWizardPageMediator
interface, then its pageInfo
is set.Method | Defined By | ||
---|---|---|---|
AppWizard(wizardContainer:IWizardContainer = null)
Creates a new application Wizard instance. | AppWizard | ||
![]() | dispose():void | Wizard | |
![]() | getPageInfo(page:UIComponent):PageInfo
Returns the PageInfo for the given page
component. | Wizard | |
![]() | showNextPage():void
Shows the next page in the wizard. | Wizard |
AppWizard | () | Constructor |
public function AppWizard(wizardContainer:IWizardContainer = null)
Creates a new application Wizard
instance.
wizardContainer:IWizardContainer (default = null ) — The IWizardContainer implementation to
be used within in this Wizard .
|