Packagecom.esri.aws.awx.widget
Interfacepublic interface IWidgetView extends mx.core.IUIComponent
ImplementorsBarWidgetContainer, IconWidgetView

Interface for widget views. Implementations may choose to listen for flash.events.Event.REMOVED_FROM_STAGE events to be notified when they are no longer on the display list.



Public Properties
 PropertyDefined 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
Property detail
widgetproperty
widget:IWidget  [read-only]

The parent IWidget.

Implementation
    public function get widget():IWidget
widgetContainerproperty 
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
widgetStateproperty 
widgetState:String  [read-write]

The widget state.

Implementation
    public function get widgetState():String
    public function set widgetState(value:String):void