Packagecom.vmware.widgets.controls.wizardclasses
Classpublic class PageState
InheritancePageState Inheritance Object

Specifies constant values for the state property of a PageInfo object.



Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static] Indicates that the page is complete.
PageState
  DISABLED : String = disabled
[static] Indicates that the page can not be activated by the user.
PageState
  INCOMPLETE : String = incomplete
[static] Indicates that the page is ready for user input, but still incomplete.
PageState
  INVALID : String = invalid
[static] Indicates that the page is invalid; i.e contains validation errors.
PageState
  SKIPPED : String = skipped
[static] Indicates that the page is excluded from the pages considered by the wizard in all operations.
PageState
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete

Indicates that the page is complete. The page is considered complete when its output data is ready to be used (by user input or default values).

DISABLEDConstant 
public static const DISABLED:String = disabled

Indicates that the page can not be activated by the user.

INCOMPLETEConstant 
public static const INCOMPLETE:String = incomplete

Indicates that the page is ready for user input, but still incomplete. This is the default value for the page state.

INVALIDConstant 
public static const INVALID:String = invalid

Indicates that the page is invalid; i.e contains validation errors.

SKIPPEDConstant 
public static const SKIPPED:String = skipped

Indicates that the page is excluded from the pages considered by the wizard in all operations. Setting the page state to this value is equivalent to removing it from the wizard pages list.