| Package | com.esri.aws.awx.widget |
| Class | public class WidgetLoader |
| Inheritance | WidgetLoader flash.events.EventDispatcher |
| Implements | com.esri.aws.osgi.framework.IBundleListener, IWidget |
| Subclasses | BaseMapWidgetLoader, FindWidgetLoader, PanZoomWidgetLoader |
| Property | Defined by | ||
|---|---|---|---|
| artifactID : String
The widget's artifactID.
| WidgetLoader | ||
| author : String
The widget author.
| WidgetLoader | ||
| description : String
The widget description.
| WidgetLoader | ||
| disabledSkin : Class
Name of "disabled" skin.
| WidgetLoader | ||
| downSkin : Class
Name of "down" skin.
| WidgetLoader | ||
| groupID : String
The widget's groupID.
| WidgetLoader | ||
| isLoaded : Boolean
True if the widget has been loaded; false otherwise.
| WidgetLoader | ||
| link : String
A link to the widget web site.
| WidgetLoader | ||
| loadSkin : Class
Name of "load" skin.
| WidgetLoader | ||
| name : String
The widget name.
| WidgetLoader | ||
| overSkin : Class
Name of "over" skin.
| WidgetLoader | ||
| toolTip : String
The toolTip value.
| WidgetLoader | ||
| upSkin : Class
Name of "up" skin.
| WidgetLoader | ||
| url : String
The URL of the widget.
| WidgetLoader | ||
| version : String
The widget's version.
| WidgetLoader | ||
| widget : IWidget | WidgetLoader | ||
| widgetStates : Array [read-only]
The supported states of this widget.
| WidgetLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a widget view for a given state.
| WidgetLoader | ||
|
doInstall():void
| WidgetLoader | ||
|
Loads a property from this widget module's SharedObject.
| WidgetLoader | ||
|
showHideLoadSkin(val:Boolean):void
| WidgetLoader | ||
|
Stores properties to this widget module's SharedObject.
| WidgetLoader | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| WidgetLoader | ||||
| WidgetLoader | ||||
| artifactID | property |
artifactID:String [read-write]The widget's artifactID.
Implementation public function get artifactID():String
public function set artifactID(value:String):void
| author | property |
author:String [read-write]The widget author.
Implementation public function get author():String
public function set author(value:String):void
| description | property |
description:String [read-write]The widget description.
Implementation public function get description():String
public function set description(value:String):void
| disabledSkin | property |
public var disabledSkin:ClassName of "disabled" skin.
| downSkin | property |
public var downSkin:ClassName of "down" skin.
| groupID | property |
groupID:String [read-write]The widget's groupID.
The default value is com.esri.aws.awx.
public function get groupID():String
public function set groupID(value:String):void
| isLoaded | property |
public var isLoaded:BooleanTrue if the widget has been loaded; false otherwise.
| link | property |
link:String [read-write]A link to the widget web site.
Implementation public function get link():String
public function set link(value:String):void
| loadSkin | property |
public var loadSkin:ClassName of "load" skin.
| name | property |
name:String [read-write]The widget name.
Implementation public function get name():String
public function set name(value:String):void
| overSkin | property |
public var overSkin:ClassName of "over" skin.
| toolTip | property |
public var toolTip:StringThe toolTip value.
| upSkin | property |
public var upSkin:ClassName of "up" skin.
| url | property |
public var url:StringThe URL of the widget.
| version | property |
version:String [read-write]The widget's version.
The default value is SNAPSHOT.
public function get version():String
public function set version(value:String):void
| widget | property |
public var widget:IWidget
| widgetStates | property |
widgetStates:Array [read-only]The supported states of this widget.
Implementation public function get widgetStates():Array
| createWidgetView | () | method |
public function createWidgetView(widgetState:String):IWidgetViewCreates a widget view for a given state.
ParameterswidgetState:String |
IWidgetView —
The widget view.
|
| doInstall | () | method |
public function doInstall():void
| loadProperty | () | method |
public function loadProperty(name:String, defaultValue:Object = null):ObjectLoads a property from this widget module's SharedObject.
Parametersname:String — the name of the property to be loaded.
|
|
defaultValue:Object (default = null) — an optional default value.
|
Object — The value.
|
| showHideLoadSkin | () | method |
public function showHideLoadSkin(val:Boolean):voidParameters
val:Boolean |
| storeProperty | () | method |
public function storeProperty(name:String, value:Object):voidStores properties to this widget module's SharedObject.
Parametersname:String — the name of the property to be stored.
|
|
value:Object — the value of the property to be stored.
|
| widgetLoaded | event |
| widgetLoading | event |