Property | Defined By | ||
---|---|---|---|
payload : Object [read-only] | WindowEvent |
Method | Defined By | ||
---|---|---|---|
WindowEvent(type:String, payload:Object) | WindowEvent |
Constant | Defined By | ||
---|---|---|---|
BLURRED : String = blurred [static] | WindowEvent | ||
BOUNDS_CHANGED : String = bounds-changed [static] | WindowEvent | ||
BOUNDS_CHANGING : String = bounds-changing [static] | WindowEvent | ||
CLOSED : String = closed [static] | WindowEvent | ||
CLOSE_REQUESTED : String = close-requested [static] | WindowEvent | ||
DISABLED_FRAME_BOUNDS_CHANGED : String = disabled-frame-bounds-changed [static] | WindowEvent | ||
DISABLED_FRAME_BOUNDS_CHANGING : String = disabled-frame-bounds-changing [static] | WindowEvent | ||
FOCUSED : String = focused [static] | WindowEvent | ||
FRAME_DISABLED : String = frame-disabled [static] | WindowEvent | ||
FRAME_ENABLED : String = frame-enabled [static] | WindowEvent | ||
GROUP_CHANGED : String = group-changed [static] | WindowEvent | ||
HIDDEN : String = hidden [static] | WindowEvent | ||
MAXIMIZED : String = maximized [static] | WindowEvent | ||
MINIMIZED : String = minimized [static] | WindowEvent | ||
RESTORED : String = restored [static] | WindowEvent | ||
SHOWN : String = shown [static] | WindowEvent |
payload | property |
payload:Object
[read-only] public function get payload():Object
WindowEvent | () | Constructor |
public function WindowEvent(type:String, payload:Object)
type:String | |
payload:Object |
BLURRED | Constant |
public static const BLURRED:String = blurred
BOUNDS_CHANGED | Constant |
public static const BOUNDS_CHANGED:String = bounds-changed
BOUNDS_CHANGING | Constant |
public static const BOUNDS_CHANGING:String = bounds-changing
CLOSE_REQUESTED | Constant |
public static const CLOSE_REQUESTED:String = close-requested
CLOSED | Constant |
public static const CLOSED:String = closed
DISABLED_FRAME_BOUNDS_CHANGED | Constant |
public static const DISABLED_FRAME_BOUNDS_CHANGED:String = disabled-frame-bounds-changed
DISABLED_FRAME_BOUNDS_CHANGING | Constant |
public static const DISABLED_FRAME_BOUNDS_CHANGING:String = disabled-frame-bounds-changing
FOCUSED | Constant |
public static const FOCUSED:String = focused
FRAME_DISABLED | Constant |
public static const FRAME_DISABLED:String = frame-disabled
FRAME_ENABLED | Constant |
public static const FRAME_ENABLED:String = frame-enabled
GROUP_CHANGED | Constant |
public static const GROUP_CHANGED:String = group-changed
HIDDEN | Constant |
public static const HIDDEN:String = hidden
MAXIMIZED | Constant |
public static const MAXIMIZED:String = maximized
MINIMIZED | Constant |
public static const MINIMIZED:String = minimized
RESTORED | Constant |
public static const RESTORED:String = restored
SHOWN | Constant |
public static const SHOWN:String = shown