| Package | ardisia.components.compassContainer.events |
| Class | public class CompassContainerEvent |
| Inheritance | CompassContainerEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| divider : IVisualElement
The divider associated with the event. | CompassContainerEvent | ||
| region : CompassRegionContainer
Region associated with the event. | CompassContainerEvent | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| divider | property |
public var divider:IVisualElementThe divider associated with the event.
The default value is null.
| region | property |
public var region:CompassRegionContainerRegion associated with the event.
The default value is null.
| CompassContainerEvent | () | Constructor |
public function CompassContainerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, region:CompassRegionContainer = null, divider:IVisualElement = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
region:CompassRegionContainer (default = null) | |
divider:IVisualElement (default = null) |
| clone | () | method |
override public function clone():EventNecessary for re-dispatching to work.
ReturnsEvent — CompassContainerEvent
|
| DIVIDER_DRAG | Constant |
public static const DIVIDER_DRAG:String = dividerDrag| DIVIDER_PRESS | Constant |
public static const DIVIDER_PRESS:String = dividerPress| DIVIDER_RELEASE | Constant |
public static const DIVIDER_RELEASE:String = dividerRelease| FLOAT_CHANGE_REQUEST | Constant |
public static const FLOAT_CHANGE_REQUEST:String = floatChangeRequest| MINIMIZE_REGION_REQUEST | Constant |
public static const MINIMIZE_REGION_REQUEST:String = minimizeRegionRequest| REGION_CLOSE | Constant |
public static const REGION_CLOSE:String = regionClose| REGION_CLOSE_REQUEST | Constant |
public static const REGION_CLOSE_REQUEST:String = regionCloseRequest| REGION_INITIALIZED | Constant |
public static const REGION_INITIALIZED:String = regionInitialized| REGION_MINIMIZE_CHANGE | Constant |
public static const REGION_MINIMIZE_CHANGE:String = regionMinimizeChange| RESTORE_REGION_REQUEST | Constant |
public static const RESTORE_REGION_REQUEST:String = restoreRegionRequest