| Package | com.esri.aws.awx.widget |
| Class | public class WidgetStates |
| Constant | Defined 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 | ||
| DEFAULT | constant |
public static const DEFAULT:String = "null"The default state of the widget -- shown by default when the widget is started.
| ICON | constant |
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_ACTION | constant |
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.
| INFO | constant |
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.