| Package | ardisia.components.floatPaneControlBar.events |
| Class | public class FloatPaneControlBarEvent |
| Inheritance | FloatPaneControlBarEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
FloatPaneControlBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | FloatPaneControlBarEvent | ||
clone():Event [override]
Necessary for re-dispatching to work. | FloatPaneControlBarEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACTIVE_PANE_CHANGE : String = activePaneChange [static] | FloatPaneControlBarEvent | ||
| FloatPaneControlBarEvent | () | Constructor |
public function FloatPaneControlBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventNecessary for re-dispatching to work.
ReturnsEvent — FloatPaneControlBarEvent
|
| ACTIVE_PANE_CHANGE | Constant |
public static const ACTIVE_PANE_CHANGE:String = activePaneChange