Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AccordionWidgetContainer
com.esri.aws.awx.widget AccordionWidgetContainer can be used to group several widgets into one.
 BarWidgetContainer
com.esri.aws.awx.widget BarWidgetContainer is a type of "carousel container" that provides the ability to scroll through its content, either horizontally or vertically.
 BaseMapWidget
com.esri.aws.awx.widget The BaseMap Widget allows the user to choose the type of map they want to use under any overlays.
 BaseMapWidgetLoader
com.esri.aws.awx.widget BaseMapWidgetLoader is used to "lazy load" the BaseMapWidget.
 BaseWidget
com.esri.aws.awx.widget BaseWidget is an abstract implementation of IWidget for widgets to extend.
 BaseWidgetContainer
com.esri.aws.awx.widget BaseWidget container is an abstract implementation of IWidgetContainer for widget containers to extend.
 DockWidgetContainer
com.esri.aws.awx.widget DockWidgetContainer is an interactive widget container that can be "docked" to the side of an application.
 FindWidget
com.esri.aws.awx.widget The Find Widget allows the user to look up addresses, phone numbers, IP addresses, or place names and see their location on the map.
 FindWidgetLoader
com.esri.aws.awx.widget FindWidgetLoader is used to "lazy load" the FindWidget.
 FloatingWidgetContainer
com.esri.aws.awx.widget FloatingWidgetContainer is a "popup" widget container that "floats" atop the application.
 IconWidgetView
com.esri.aws.awx.widget IconWidgetView is an implementation of IWidgetView that provides the icon state for a widget.
 IWidget
com.esri.aws.awx.widget IWidget is the interface that widgets must extend.
 IWidgetContainer
com.esri.aws.awx.widget Interface for widget containers.
 IWidgetView
com.esri.aws.awx.widget Interface for widget views.
 PanZoomWidget
com.esri.aws.awx.widget The PanZoomWidget allows the user to navigate the map.
 PanZoomWidgetLoader
com.esri.aws.awx.widget PanZoomWidgetLoader is used to "lazy load" the PanZoomWidget.
 ToolTipContainer
com.esri.aws.awx.widget A "tool tip" container that can popup to to the side with additional content.
 WidgetLoader
com.esri.aws.awx.widget WidgetLoader is a widget that is used to lazy-load other widgets.
 WidgetLoaderEvent
com.esri.aws.awx.events WidgetLoaderEvents are dispatched to notify listeners on the status of the loading process.
 WidgetNavigator
com.esri.aws.awx.widget WidgetNavigator is container for widgets, similar to Flex TabNavigator.
 WidgetPopupManager
com.esri.aws.awx.widget WidgetPopupManager is used to open and close FloatingWidgetContainers with their corresponding widgets.
 WidgetStates
com.esri.aws.awx.widget WidgetStates provides a set of constants used in defining the states available within a given widget.