Packageardisia.components.compassContainer.events
Classpublic class CompassContainerEvent
InheritanceCompassContainerEvent Inheritance flash.events.Event

Event used by the CompassContainer class.



Public Properties
 PropertyDefined By
  divider : IVisualElement
The divider associated with the event.
CompassContainerEvent
  region : CompassRegionContainer
Region associated with the event.
CompassContainerEvent
Public Methods
 MethodDefined By
  
CompassContainerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, region:CompassRegionContainer = null, divider:IVisualElement = null)
CompassContainerEvent
  
clone():Event
[override] Necessary for re-dispatching to work.
CompassContainerEvent
Public Constants
 ConstantDefined By
  DIVIDER_DRAG : String = dividerDrag
[static]
CompassContainerEvent
  DIVIDER_PRESS : String = dividerPress
[static]
CompassContainerEvent
  DIVIDER_RELEASE : String = dividerRelease
[static]
CompassContainerEvent
  FLOAT_CHANGE_REQUEST : String = floatChangeRequest
[static]
CompassContainerEvent
  MINIMIZE_REGION_REQUEST : String = minimizeRegionRequest
[static]
CompassContainerEvent
  REGION_CLOSE : String = regionClose
[static]
CompassContainerEvent
  REGION_CLOSE_REQUEST : String = regionCloseRequest
[static]
CompassContainerEvent
  REGION_INITIALIZED : String = regionInitialized
[static]
CompassContainerEvent
  REGION_MINIMIZE_CHANGE : String = regionMinimizeChange
[static]
CompassContainerEvent
  RESTORE_REGION_REQUEST : String = restoreRegionRequest
[static]
CompassContainerEvent
Property Detail
dividerproperty
public var divider:IVisualElement

The divider associated with the event.

The default value is null.

regionproperty 
public var region:CompassRegionContainer

Region associated with the event.

The default value is null.

Constructor Detail
CompassContainerEvent()Constructor
public function CompassContainerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, region:CompassRegionContainer = null, divider:IVisualElement = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
region:CompassRegionContainer (default = null)
 
divider:IVisualElement (default = null)
Method Detail
clone()method
override public function clone():Event

Necessary for re-dispatching to work.

Returns
Event — CompassContainerEvent
Constant Detail
DIVIDER_DRAGConstant
public static const DIVIDER_DRAG:String = dividerDrag

DIVIDER_PRESSConstant 
public static const DIVIDER_PRESS:String = dividerPress

DIVIDER_RELEASEConstant 
public static const DIVIDER_RELEASE:String = dividerRelease

FLOAT_CHANGE_REQUESTConstant 
public static const FLOAT_CHANGE_REQUEST:String = floatChangeRequest

MINIMIZE_REGION_REQUESTConstant 
public static const MINIMIZE_REGION_REQUEST:String = minimizeRegionRequest

REGION_CLOSEConstant 
public static const REGION_CLOSE:String = regionClose

REGION_CLOSE_REQUESTConstant 
public static const REGION_CLOSE_REQUEST:String = regionCloseRequest

REGION_INITIALIZEDConstant 
public static const REGION_INITIALIZED:String = regionInitialized

REGION_MINIMIZE_CHANGEConstant 
public static const REGION_MINIMIZE_CHANGE:String = regionMinimizeChange

RESTORE_REGION_REQUESTConstant 
public static const RESTORE_REGION_REQUEST:String = restoreRegionRequest