| Property | Defined By | ||
|---|---|---|---|
| alphaMask : Object | WindowOptions | ||
| alwaysOnBottom : Boolean | WindowOptions | ||
| alwaysOnTop : Boolean | WindowOptions | ||
| autoShow : Boolean = true | WindowOptions | ||
| contextMenu : Boolean = true | WindowOptions | ||
| cornerRounding : Object | WindowOptions | ||
| defaultCentered : Boolean | WindowOptions | ||
| defaultHeight : Number | WindowOptions | ||
| defaultLeft : Number | WindowOptions | ||
| defaultTop : Number | WindowOptions | ||
| defaultWidth : Number | WindowOptions | ||
| draggable : Boolean = true | WindowOptions | ||
| exitOnClose : Boolean | WindowOptions | ||
| frame : Boolean = true | WindowOptions | ||
| hideOnBlur : Boolean | WindowOptions | ||
| hideOnClose : Boolean | WindowOptions | ||
| hideWhileChildrenVisible : Boolean | WindowOptions | ||
| launchExternal : String | WindowOptions | ||
| maxHeight : Number | WindowOptions | ||
| maximizable : Boolean = true | WindowOptions | ||
| maxWidth : Number | WindowOptions | ||
| minHeight : Number | WindowOptions | ||
| minimizable : Boolean = true | WindowOptions | ||
| minWidth : Number | WindowOptions | ||
| name : String | WindowOptions | ||
| opacity : Number | WindowOptions | ||
| resizable : Boolean = true | WindowOptions | ||
| resizeRegion : Object | WindowOptions | ||
| saveWindowState : Boolean = true | WindowOptions | ||
| shadow : Boolean | WindowOptions | ||
| showTaskbarIcon : Boolean = true | WindowOptions | ||
| state : String | WindowOptions | ||
| url : String | WindowOptions | ||
| uuid : String | WindowOptions | ||
| Method | Defined By | ||
|---|---|---|---|
WindowOptions(uuid:String = null, name:String = null)
Create an instance of WindowOptions
| WindowOptions | ||
setOption(key:String, value:Object):void
Set a custom option
| WindowOptions | ||
| alphaMask | property |
public var alphaMask:Object| alwaysOnBottom | property |
public var alwaysOnBottom:Boolean| alwaysOnTop | property |
public var alwaysOnTop:Boolean| autoShow | property |
public var autoShow:Boolean = true| contextMenu | property |
public var contextMenu:Boolean = true| cornerRounding | property |
public var cornerRounding:Object| defaultCentered | property |
public var defaultCentered:Boolean| defaultHeight | property |
public var defaultHeight:Number| defaultLeft | property |
public var defaultLeft:Number| defaultTop | property |
public var defaultTop:Number| defaultWidth | property |
public var defaultWidth:Number| draggable | property |
public var draggable:Boolean = true| exitOnClose | property |
public var exitOnClose:Boolean| frame | property |
public var frame:Boolean = true| hideOnBlur | property |
public var hideOnBlur:Boolean| hideOnClose | property |
public var hideOnClose:Boolean| hideWhileChildrenVisible | property |
public var hideWhileChildrenVisible:Boolean| launchExternal | property |
public var launchExternal:String| maxHeight | property |
public var maxHeight:Number| maximizable | property |
public var maximizable:Boolean = true| maxWidth | property |
public var maxWidth:Number| minHeight | property |
public var minHeight:Number| minimizable | property |
public var minimizable:Boolean = true| minWidth | property |
public var minWidth:Number| name | property |
public var name:String| opacity | property |
public var opacity:Number| resizable | property |
public var resizable:Boolean = true| resizeRegion | property |
public var resizeRegion:Object| saveWindowState | property |
public var saveWindowState:Boolean = true| shadow | property |
public var shadow:Boolean| showTaskbarIcon | property |
public var showTaskbarIcon:Boolean = true| state | property |
public var state:String| url | property |
public var url:String| uuid | property |
public var uuid:String| WindowOptions | () | Constructor |
public function WindowOptions(uuid:String = null, name:String = null)Create an instance of WindowOptions
Parametersuuid:String (default = null) — App UUID
| |
name:String (default = null) — window name
|
| setOption | () | method |
public function setOption(key:String, value:Object):voidSet a custom option
Parameters
key:String — key of the option
| |
value:Object — value of the option
|