| Package | org.openzet.events |
| Class | public class MDIWindowEvent |
| Inheritance | MDIWindowEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| newWindowState : String
Property representing new window state.
| MDIWindowEvent | ||
| oldWindowState : String
Property representing the previous window state.
| MDIWindowEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MDIWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldWindowState:String = null, newWindowState:String = null)
Constructor.
| MDIWindowEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLOSE : String = "close" [static]
Static constant that represents close event name.
| MDIWindowEvent | ||
| MAXIMIZE : String = "maximize" [static]
Static constant that represents maximize event name.
| MDIWindowEvent | ||
| MINIMIZE : String = "minimize" [static]
Static constant that represents minimize event name.
| MDIWindowEvent | ||
| RESTORE : String = "restore" [static]
Static constant that represents restore event name.
| MDIWindowEvent | ||
| WINDOW_FOCUS_IN : String = "windowFocusIn" [static]
Static constant that represents windowFocusIn event.
| MDIWindowEvent | ||
| WINDOW_FOCUS_OUT : String = "windowFocusOut" [static]
Static constant that represents windowFocusOut event.
| MDIWindowEvent | ||
| newWindowState | property |
public var newWindowState:StringProperty representing new window state.
| oldWindowState | property |
public var oldWindowState:StringProperty representing the previous window state.
| MDIWindowEvent | () | constructor |
public function MDIWindowEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldWindowState:String = null, newWindowState:String = null)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
oldWindowState:String (default = null) |
|
newWindowState:String (default = null) |
| CLOSE | constant |
public static const CLOSE:String = "close"Static constant that represents close event name. Normally dispatched when users click on close button.
| MAXIMIZE | constant |
public static const MAXIMIZE:String = "maximize"Static constant that represents maximize event name. Normally dispatched when users click on maximize button.
| MINIMIZE | constant |
public static const MINIMIZE:String = "minimize"Static constant that represents minimize event name. Normally dispatched when users click on minimize button.
| RESTORE | constant |
public static const RESTORE:String = "restore"Static constant that represents restore event name. Normally dispatched when users click on restore button.
| WINDOW_FOCUS_IN | constant |
public static const WINDOW_FOCUS_IN:String = "windowFocusIn"Static constant that represents windowFocusIn event. Dispatched after a display object gains focus.
| WINDOW_FOCUS_OUT | constant |
public static const WINDOW_FOCUS_OUT:String = "windowFocusOut"Static constant that represents windowFocusOut event. Dispatched after a display object loses focus.