| Package | com.esri.aws.awx.events |
| Class | public class GroupLayerEvent |
| Inheritance | GroupLayerEvent flash.events.Event |
GroupLayerEvent is dispatched when a layer is moved within a GroupLayer. For additions and removals use the ChildExistenceChangedEvent.
See also
| Method | Defined by | ||
|---|---|---|---|
|
GroupLayerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new GroupLayerEvent.
| GroupLayerEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| GROUPLAYER_CHANGE : String = "groupLayerChange" [static]
A layer has been moved within a
GroupLayer. | GroupLayerEvent | ||
| GroupLayerEvent | () | constructor |
public function GroupLayerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new GroupLayerEvent.
Parameterstype: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.
|
| GROUPLAYER_CHANGE | constant |
public static const GROUPLAYER_CHANGE:String = "groupLayerChange"
A layer has been moved within a GroupLayer.