Packagecom.esri.aws.awx.widget
Classpublic class IconWidgetView
InheritanceIconWidgetView Inheritance mx.core.UIComponent
ImplementsIWidgetView

IconWidgetView is an implementation of IWidgetView that provides the icon state for a widget.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
IconWidgetView
Styles
 StyleDescriptionDefined by
  
disabledIcon
Type: Class   CSS Inheritance: no
IconWidgetView
  
downIcon
Type: Class   CSS Inheritance: no
IconWidgetView
  
overIcon
Type: Class   CSS Inheritance: no
IconWidgetView
  
selectedIcon
Type: Class   CSS Inheritance: no
IconWidgetView
  
upIcon
Type: Class   CSS Inheritance: no
IconWidgetView
Property detail
toggleproperty
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
widgetproperty 
widget:IWidget  [read-write]

The parent IWidget.

Implementation
    public function get widget():IWidget
    public function set widget(value:IWidget):void
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
Constructor detail
IconWidgetView()constructor
public function IconWidgetView()