Packageorg.openzet.events
Classpublic class MDIEvent
InheritanceMDIEvent Inheritance flash.events.Event

Event class for MDI.

See also

org.openzet.containers.MDI


Public Methods
 MethodDefined by
  
MDIEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
MDIEvent
Public Constants
 ConstantDefined 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
Constructor detail
MDIEvent()constructor
public function MDIEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
ALIGN_ICONconstant
public static const ALIGN_ICON:String = "alignIcon"

Static constant that represents alignIcon event name.

CHILDREN_FULLconstant 
public static const CHILDREN_FULL:String = "childrenFull"

Static constant that represents childrenFull event name.

MINIMIZE_ALLconstant 
public static const MINIMIZE_ALL:String = "minimizeAll"

Static constant that represents minimizeAll event name.

RESTORE_ALLconstant 
public static const RESTORE_ALL:String = "restoreAll"

Static constant that represents restoreAll event name.