Package | com.vmware.widgets.controls.wizardclasses |
Class | public class WizardPageMediator |
Inheritance | WizardPageMediator ![]() |
Implements | IWizardPageMediator |
IWizardPageMediator
.
This class defines the properties needed for a Wizard
PageInfo
mediator, including data and pageInfo properties.
Property | Defined By | ||
---|---|---|---|
pageInfo : PageInfo
The mediator's page info. | WizardPageMediator | ||
viewBindings : BindingSet [read-only]
Collection of bindings that will be reset when the view changes or is cleared. | WizardPageMediator | ||
viewListeners : EventListenerSet [read-only]
Collection of event listeners that will be reset when the view changes or is
cleared. | WizardPageMediator |
Method | Defined By | ||
---|---|---|---|
activate():void
Called when the page is activated. | WizardPageMediator | ||
deactivate():void
Called when the page is deactivated. | WizardPageMediator | ||
dispose():void
Perform cleanup actions. | WizardPageMediator |
Method | Defined By | ||
---|---|---|---|
changeState(state:String):void
Utility method to change the state of the pages's PageInfo
to given state. | WizardPageMediator |
Constant | Defined By | ||
---|---|---|---|
LOADING : String = loading [static]
'Loading' constant to indicate that the page is busy since its loading
its contents. | WizardPageMediator | ||
VALIDATING : String = validating [static]
'Validating' constant to indicate that the page is busy because it is
validating the inputs. | WizardPageMediator |
pageInfo | property |
pageInfo:PageInfo
The mediator's page info.
public function get pageInfo():PageInfo
public function set pageInfo(value:PageInfo):void
viewBindings | property |
viewBindings:BindingSet
[read-only] Collection of bindings that will be reset when the view changes or is cleared.
public function get viewBindings():BindingSet
viewListeners | property |
viewListeners:EventListenerSet
[read-only] Collection of event listeners that will be reset when the view changes or is cleared.
public function get viewListeners():EventListenerSet
activate | () | method |
public function activate():void
Called when the page is activated.
changeState | () | method |
protected function changeState(state:String):void
Utility method to change the state of the pages's PageInfo
to given state.
Parameters
state:String |
deactivate | () | method |
public function deactivate():void
Called when the page is deactivated.
dispose | () | method |
public function dispose():void
Perform cleanup actions. Method overrides should call super.dispose();
LOADING | Constant |
public static const LOADING:String = loading
'Loading' constant to indicate that the page is busy since its loading its contents.
VALIDATING | Constant |
public static const VALIDATING:String = validating
'Validating' constant to indicate that the page is busy because it is validating the inputs.