| Package | com.vmware.widgets.controls.wizardclasses |
| Class | public class WizardPageMediator |
| Inheritance | WizardPageMediator flash.events.EventDispatcher |
| 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 | ||
| 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:PageInfoThe 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| activate | () | method |
public function activate():voidCalled 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():voidCalled when the page is deactivated.
| dispose | () | method |
public function dispose():voidPerform 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.