| Package | org.openzet.events |
| Class | public class MDIEvent |
| Inheritance | MDIEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
MDIEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| MDIEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ALIGN_ICON : String = "alignIcon" [static]
Static constant that represents alignIcon event name.
| MDIEvent | ||
| CHILDREN_FULL : String = "childrenFull" [static]
Static constant that represents childrenFull event name.
| MDIEvent | ||
| MINIMIZE_ALL : String = "minimizeAll" [static]
Static constant that represents minimizeAll event name.
| MDIEvent | ||
| RESTORE_ALL : String = "restoreAll" [static]
Static constant that represents restoreAll event name.
| MDIEvent | ||
| MDIEvent | () | constructor |
public function MDIEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ALIGN_ICON | constant |
public static const ALIGN_ICON:String = "alignIcon"Static constant that represents alignIcon event name.
| CHILDREN_FULL | constant |
public static const CHILDREN_FULL:String = "childrenFull"Static constant that represents childrenFull event name.
| MINIMIZE_ALL | constant |
public static const MINIMIZE_ALL:String = "minimizeAll"Static constant that represents minimizeAll event name.
| RESTORE_ALL | constant |
public static const RESTORE_ALL:String = "restoreAll"Static constant that represents restoreAll event name.