| Package | com.esri.aws.awx.widget |
| Class | public class IconWidgetView |
| Inheritance | IconWidgetView mx.core.UIComponent |
| Implements | IWidgetView |
| Property | Defined by | ||
|---|---|---|---|
| toggle : Boolean | IconWidgetView | ||
| widget : IWidget
The parent IWidget.
| IconWidgetView | ||
| widgetContainer : IWidgetContainer
The widgetContainer into which the widget has been loaded.
| IconWidgetView | ||
| widgetState : String
The widget state.
| IconWidgetView | ||
| Method | Defined by | ||
|---|---|---|---|
| IconWidgetView | |||
| toggle | property |
toggle:Boolean [read-write]
The default value is false.
This property can be used as the source for data binding.
Implementation public function get toggle():Boolean
public function set toggle(value:Boolean):void
| widget | property |
widget:IWidget [read-write]The parent IWidget.
Implementation public function get widget():IWidget
public function set widget(value:IWidget):void
| 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
| IconWidgetView | () | constructor |
public function IconWidgetView()