Packagecom.esri.aws.awx.widget
Classpublic class WidgetStates

WidgetStates provides a set of constants used in defining the states available within a given widget.



Public Constants
 ConstantDefined by
  DEFAULT : String = "null"
[static] The default state of the widget -- shown by default when the widget is started.
WidgetStates
  ICON : String = "iconState"
[static] The icon state of the widget -- shown when the widget container requests the iconState of the widget, for example, in the DockingWidgetContainer.
WidgetStates
  ICON_ACTION : String = "iconActionState"
[static] The iconAction state of the widget -- shown when the widget container requests the iconActionState of the widget, for example, in the DockingWidgetContainer.
WidgetStates
  INFO : String = "infoState"
[static] The info state of the widget -- shown when the user requests info on the widget, for example, by clicking the "i" button on the floatingWidgetContainer.
WidgetStates
Constant detail
DEFAULTconstant
public static const DEFAULT:String = "null"

The default state of the widget -- shown by default when the widget is started.

ICONconstant 
public static const ICON:String = "iconState"

The icon state of the widget -- shown when the widget container requests the iconState of the widget, for example, in the DockingWidgetContainer.

ICON_ACTIONconstant 
public static const ICON_ACTION:String = "iconActionState"

The iconAction state of the widget -- shown when the widget container requests the iconActionState of the widget, for example, in the DockingWidgetContainer. Clicking the iconActionState triggers an "action" that must be defined by the developer.

INFOconstant 
public static const INFO:String = "infoState"

The info state of the widget -- shown when the user requests info on the widget, for example, by clicking the "i" button on the floatingWidgetContainer.