| Package | com.esri.aws.awx.widget |
| Interface | public interface IWidgetView extends mx.core.IUIComponent |
| Implementors | BarWidgetContainer, IconWidgetView |
| Property | Defined by | ||
|---|---|---|---|
| widget : IWidget
[read-only]
The parent IWidget.
| IWidgetView | ||
| widgetContainer : IWidgetContainer
The widgetContainer into which the widget has been loaded.
| IWidgetView | ||
| widgetState : String
The widget state.
| IWidgetView | ||
| widget | property |
| widgetContainer | property |
widgetContainer:IWidgetContainer [read-write]The widgetContainer into which the widget has been loaded.
Implementation public function get widgetContainer():IWidgetContainer
public function set widgetContainer(value:IWidgetContainer):void
| widgetState | property |
widgetState:String [read-write]The widget state.
Implementation public function get widgetState():String
public function set widgetState(value:String):void