Packagecom.esri.aws.awx.events
Classpublic class GroupLayerEvent
InheritanceGroupLayerEvent Inheritance flash.events.Event

GroupLayerEvent is dispatched when a layer is moved within a GroupLayer. For additions and removals use the ChildExistenceChangedEvent.

See also

com.esri.aws.awx.map.layers.GroupLayer


Public Methods
 MethodDefined by
  
GroupLayerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new GroupLayerEvent.
GroupLayerEvent
Public Constants
 ConstantDefined by
  GROUPLAYER_CHANGE : String = "groupLayerChange"
[static] A layer has been moved within a GroupLayer.
GroupLayerEvent
Constructor detail
GroupLayerEvent()constructor
public function GroupLayerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new GroupLayerEvent.

Parameters
type:String — The type of the event, accessible as Event.type.
 
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
 
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default value is false.
Constant detail
GROUPLAYER_CHANGEconstant
public static const GROUPLAYER_CHANGE:String = "groupLayerChange"

A layer has been moved within a GroupLayer.