Package | com.vmware.widgets.controls.wizardclasses |
Class | public class PageState |
Inheritance | PageState ![]() |
PageInfo
object.
Constant | Defined 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 |
COMPLETE | Constant |
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).
DISABLED | Constant |
public static const DISABLED:String = disabled
Indicates that the page can not be activated by the user.
INCOMPLETE | Constant |
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.
INVALID | Constant |
public static const INVALID:String = invalid
Indicates that the page is invalid; i.e contains validation errors.
SKIPPED | Constant |
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.