Packagecom.esri.aws.awx.events
Classpublic class LayerVisibilityEvent
InheritanceLayerVisibilityEvent Inheritance flash.events.Event

LayerVisibilityEvent is dispatched from the LayerVisibility when the value has changed.

See also

com.esri.aws.awx.map.layers.LayerVisibility


Public Properties
 PropertyDefined by
  layerVisibility : LayerVisibility
The layerVisibility whose value has changed.
LayerVisibilityEvent
Public Methods
 MethodDefined by
  
LayerVisibilityEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new LayerVisibilityEvent.
LayerVisibilityEvent
Public Constants
 ConstantDefined by
  VISIBILITY_CHANGE : String = "visibilityChange"
[static] Used to detect when the layerVisibility has been changed.
LayerVisibilityEvent
Property detail
layerVisibilityproperty
public var layerVisibility:LayerVisibility

The layerVisibility whose value has changed.

Constructor detail
LayerVisibilityEvent()constructor
public function LayerVisibilityEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new LayerVisibilityEvent.

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
VISIBILITY_CHANGEconstant
public static const VISIBILITY_CHANGE:String = "visibilityChange"

Used to detect when the layerVisibility has been changed.