Package | flexlib.mdi.events |
Class | public class MDIWindowEvent |
Inheritance | MDIWindowEvent ![]() |
Property | Defined By | ||
---|---|---|---|
resizeHandle : String | MDIWindowEvent | ||
window : MDIWindow | MDIWindowEvent |
Method | Defined By | ||
---|---|---|---|
MDIWindowEvent(type:String, window:MDIWindow, resizeHandle:String = null, bubbles:Boolean = false) | MDIWindowEvent | ||
clone():Event [override] | 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 |
resizeHandle | property |
public var resizeHandle:String
window | property |
public var window:MDIWindow
MDIWindowEvent | () | Constructor |
public function MDIWindowEvent(type:String, window:MDIWindow, resizeHandle:String = null, bubbles:Boolean = false)
type:String | |
window:MDIWindow | |
resizeHandle:String (default = null )
| |
bubbles:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
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