Packageflexlib.mdi.events
Classpublic class MDIWindowEvent
InheritanceMDIWindowEvent Inheritance flash.events.Event

Event type dispatched by MDIWindow. Events will also be rebroadcast (as MDIManagerEvents) by the window's manager, if one is present.



Public Properties
 PropertyDefined by
  window : MDIWindow
MDIWindowEvent
Public Methods
 MethodDefined by
  
MDIWindowEvent(type:String, window:MDIWindow, bubbles:Boolean = false)
MDIWindowEvent
  
clone():Event
MDIWindowEvent
Public Constants
 ConstantDefined 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
Property detail
windowproperty
public var window:MDIWindow
Constructor detail
MDIWindowEvent()constructor
public function MDIWindowEvent(type:String, window:MDIWindow, bubbles:Boolean = false)Parameters
type:String
 
window:MDIWindow
 
bubbles:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
CLOSEconstant
public static const CLOSE:String = "close"
DRAGconstant 
public static const DRAG:String = "drag"
DRAG_ENDconstant 
public static const DRAG_END:String = "dragEnd"
DRAG_STARTconstant 
public static const DRAG_START:String = "dragStart"
FOCUS_ENDconstant 
public static const FOCUS_END:String = "focusEnd"
FOCUS_STARTconstant 
public static const FOCUS_START:String = "focusStart"
MAXIMIZEconstant 
public static const MAXIMIZE:String = "maximize"
MINIMIZEconstant 
public static const MINIMIZE:String = "minimize"
RESIZEconstant 
public static const RESIZE:String = "resize"
RESIZE_ENDconstant 
public static const RESIZE_END:String = "resizeEnd"
RESIZE_STARTconstant 
public static const RESIZE_START:String = "resizeStart"
RESTOREconstant 
public static const RESTORE:String = "restore"