Packagecom.esri.aws.awx.widget
Classpublic class BaseMapWidgetLoader
InheritanceBaseMapWidgetLoader Inheritance WidgetLoader Inheritance flash.events.EventDispatcher

BaseMapWidgetLoader is used to "lazy load" the BaseMapWidget. Place the loader in the dock just as you would the actual widget. When the user clicks the icon from the dock, the app will download the BaseMapWidget from the repository and load it into the Framework.


Example
Sample MXML usage of BaseMapWidget in DockWidgetContainer:
      <widget:DockWidgetContainer>
        <widget:BaseMapWidgetLoader id="baseMapW"/>
      </widget:DockWidgetContainer>
    



Public Properties
 PropertyDefined by
 InheritedartifactID : String
The widget's artifactID.
WidgetLoader
 Inheritedauthor : String
The widget author.
WidgetLoader
 Inheriteddescription : String
The widget description.
WidgetLoader
 InheriteddisabledSkin : Class
Name of "disabled" skin.
WidgetLoader
 InheriteddownSkin : Class
Name of "down" skin.
WidgetLoader
 InheritedgroupID : String
The widget's groupID.
WidgetLoader
 InheritedisLoaded : Boolean
True if the widget has been loaded; false otherwise.
WidgetLoader
 Inheritedlink : String
A link to the widget web site.
WidgetLoader
 InheritedloadSkin : Class
Name of "load" skin.
WidgetLoader
 Inheritedname : String
The widget name.
WidgetLoader
 InheritedoverSkin : Class
Name of "over" skin.
WidgetLoader
 InheritedtoolTip : String
The toolTip value.
WidgetLoader
 InheritedupSkin : Class
Name of "up" skin.
WidgetLoader
 Inheritedurl : String
The URL of the widget.
WidgetLoader
 Inheritedversion : String
The widget's version.
WidgetLoader
 Inheritedwidget : IWidget
WidgetLoader
 InheritedwidgetStates : Array
The supported states of this widget.
WidgetLoader
Public Methods
 MethodDefined by
  
Creates a new BaseMapWidgetLoader.
BaseMapWidgetLoader
 Inherited
createWidgetView(widgetState:String):IWidgetView
Creates a widget view for a given state.
WidgetLoader
 Inherited
doInstall():void
WidgetLoader
 Inherited
loadProperty(name:String, defaultValue:Object = null):Object
Loads a property from this widget module's SharedObject.
WidgetLoader
 Inherited
showHideLoadSkin(val:Boolean):void
WidgetLoader
 Inherited
storeProperty(name:String, value:Object):void
Stores properties to this widget module's SharedObject.
WidgetLoader
Events
 EventSummaryDefined by
 Inherited  WidgetLoader
 Inherited  WidgetLoader
Constructor detail
BaseMapWidgetLoader()constructor
public function BaseMapWidgetLoader()

Creates a new BaseMapWidgetLoader.