| Package | flexmdi.events |
| Class | public class MDIWindowEvent |
| Inheritance | MDIWindowEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
MDIWindowEvent(type:String, window:MDIWindow, bubbles:Boolean = false)
| MDIWindowEvent | ||
|
clone():Event
| MDIWindowEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLOSE : String = "close" [static]
| MDIWindowEvent | ||
| DRAG : String = "drag" [static]
| MDIWindowEvent | ||
| DRAG_END : String = "dragEnd" [static]
| MDIWindowEvent | ||
| DRAG_START : String = "dragStart" [static]
| MDIWindowEvent | ||
| FOCUS_END : String = "focusEnd" [static]
| MDIWindowEvent | ||
| FOCUS_START : String = "focusStart" [static]
| MDIWindowEvent | ||
| MAXIMIZE : String = "maximize" [static]
| MDIWindowEvent | ||
| MINIMIZE : String = "minimize" [static]
| MDIWindowEvent | ||
| RESIZE : String = "resize" [static]
| MDIWindowEvent | ||
| RESIZE_END : String = "resizeEnd" [static]
| MDIWindowEvent | ||
| RESIZE_START : String = "resizeStart" [static]
| MDIWindowEvent | ||
| RESTORE : String = "restore" [static]
| MDIWindowEvent | ||
| window | property |
public var window:MDIWindow
| MDIWindowEvent | () | constructor |
public function MDIWindowEvent(type:String, window:MDIWindow, bubbles:Boolean = false)Parameters
type:String |
|
window:MDIWindow |
|
bubbles:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| CLOSE | constant |
public static const CLOSE:String = "close"
| DRAG | constant |
public static const DRAG:String = "drag"
| DRAG_END | constant |
public static const DRAG_END:String = "dragEnd"
| DRAG_START | constant |
public static const DRAG_START:String = "dragStart"
| FOCUS_END | constant |
public static const FOCUS_END:String = "focusEnd"
| FOCUS_START | constant |
public static const FOCUS_START:String = "focusStart"
| MAXIMIZE | constant |
public static const MAXIMIZE:String = "maximize"
| MINIMIZE | constant |
public static const MINIMIZE:String = "minimize"
| RESIZE | constant |
public static const RESIZE:String = "resize"
| RESIZE_END | constant |
public static const RESIZE_END:String = "resizeEnd"
| RESIZE_START | constant |
public static const RESIZE_START:String = "resizeStart"
| RESTORE | constant |
public static const RESTORE:String = "restore"