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
  resizeHandle : String
MDIWindowEvent
  window : MDIWindow
MDIWindowEvent
Public Methods
 MethodDefined By
  
MDIWindowEvent(type:String, window:MDIWindow, resizeHandle:String = null, bubbles:Boolean = false)
MDIWindowEvent
  
clone():Event
[override]
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
resizeHandleproperty
public var resizeHandle:String

windowproperty 
public var window:MDIWindow

Constructor Detail
MDIWindowEvent()Constructor
public function MDIWindowEvent(type:String, window:MDIWindow, resizeHandle:String = null, bubbles:Boolean = false)



Parameters
type:String
 
window:MDIWindow
 
resizeHandle:String (default = null)
 
bubbles:Boolean (default = false)
Method Detail
clone()method
override public 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