| Package | ardisia.components.pane.events |
| Class | public class PaneEvent |
| Inheritance | PaneEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
| PaneEvent | |||
clone():Event [override]
Necessary for re-dispatching to work. | PaneEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLOSED : String = closed [static] | PaneEvent | ||
| DISPLAY_CLOSE_BUTTON_CHANGED : String = displayCloseButtonChanged [static] | PaneEvent | ||
| DOCKED : String = docked [static] | PaneEvent | ||
| DRAGGING : String = dragging [static] | PaneEvent | ||
| DRAGGING_END : String = draggingEnd [static] | PaneEvent | ||
| DRAGGING_STARTING : String = draggingStarting [static] | PaneEvent | ||
| FLOATED : String = floated [static] | PaneEvent | ||
| FLOATED_PANE_ACTIVE : String = floatedPaneActive [static] | PaneEvent | ||
| FLOATED_PANE_INACTIVE : String = floatedPaneInactive [static] | PaneEvent | ||
| ICON_CHANGE : String = iconChange [static] | PaneEvent | ||
| MAXIMIZE_CHANGE : String = maximizeChange [static] | PaneEvent | ||
| MINIMIZE_CHANGE : String = minimizeChange [static] | PaneEvent | ||
| READY_TO_ANIMATE : String = readyToAnimate [static] | PaneEvent | ||
| TITLE_CHANGE : String = titleChange [static] | PaneEvent | ||
| pane | property |
public var pane:Pane| PaneEvent | () | Constructor |
public function PaneEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, pane:Pane = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
pane:Pane (default = null) |
| clone | () | method |
override public function clone():EventNecessary for re-dispatching to work.
ReturnsEvent — PaneEvent
|
| CLOSED | Constant |
public static const CLOSED:String = closed| DISPLAY_CLOSE_BUTTON_CHANGED | Constant |
public static const DISPLAY_CLOSE_BUTTON_CHANGED:String = displayCloseButtonChanged| DOCKED | Constant |
public static const DOCKED:String = docked| DRAGGING | Constant |
public static const DRAGGING:String = dragging| DRAGGING_END | Constant |
public static const DRAGGING_END:String = draggingEnd| DRAGGING_STARTING | Constant |
public static const DRAGGING_STARTING:String = draggingStarting| FLOATED | Constant |
public static const FLOATED:String = floated| FLOATED_PANE_ACTIVE | Constant |
public static const FLOATED_PANE_ACTIVE:String = floatedPaneActive| FLOATED_PANE_INACTIVE | Constant |
public static const FLOATED_PANE_INACTIVE:String = floatedPaneInactive| ICON_CHANGE | Constant |
public static const ICON_CHANGE:String = iconChange| MAXIMIZE_CHANGE | Constant |
public static const MAXIMIZE_CHANGE:String = maximizeChange| MINIMIZE_CHANGE | Constant |
public static const MINIMIZE_CHANGE:String = minimizeChange| READY_TO_ANIMATE | Constant |
public static const READY_TO_ANIMATE:String = readyToAnimate| TITLE_CHANGE | Constant |
public static const TITLE_CHANGE:String = titleChange