Packagefin.desktop
Classpublic dynamic class WindowOptions
InheritanceWindowOptions Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
alphaMaskproperty
public var alphaMask:Object

alwaysOnBottomproperty 
public var alwaysOnBottom:Boolean

alwaysOnTopproperty 
public var alwaysOnTop:Boolean

autoShowproperty 
public var autoShow:Boolean = true

contextMenuproperty 
public var contextMenu:Boolean = true

cornerRoundingproperty 
public var cornerRounding:Object

defaultCenteredproperty 
public var defaultCentered:Boolean

defaultHeightproperty 
public var defaultHeight:Number

defaultLeftproperty 
public var defaultLeft:Number

defaultTopproperty 
public var defaultTop:Number

defaultWidthproperty 
public var defaultWidth:Number

draggableproperty 
public var draggable:Boolean = true

exitOnCloseproperty 
public var exitOnClose:Boolean

frameproperty 
public var frame:Boolean = true

hideOnBlurproperty 
public var hideOnBlur:Boolean

hideOnCloseproperty 
public var hideOnClose:Boolean

hideWhileChildrenVisibleproperty 
public var hideWhileChildrenVisible:Boolean

launchExternalproperty 
public var launchExternal:String

maxHeightproperty 
public var maxHeight:Number

maximizableproperty 
public var maximizable:Boolean = true

maxWidthproperty 
public var maxWidth:Number

minHeightproperty 
public var minHeight:Number

minimizableproperty 
public var minimizable:Boolean = true

minWidthproperty 
public var minWidth:Number

nameproperty 
public var name:String

opacityproperty 
public var opacity:Number

resizableproperty 
public var resizable:Boolean = true

resizeRegionproperty 
public var resizeRegion:Object

saveWindowStateproperty 
public var saveWindowState:Boolean = true

shadowproperty 
public var shadow:Boolean

showTaskbarIconproperty 
public var showTaskbarIcon:Boolean = true

stateproperty 
public var state:String

urlproperty 
public var url:String

uuidproperty 
public var uuid:String

Constructor Detail
WindowOptions()Constructor
public function WindowOptions(uuid:String = null, name:String = null)

Create an instance of WindowOptions

Parameters
uuid:String (default = null) — App UUID
 
name:String (default = null) — window name
Method Detail
setOption()method
public function setOption(key:String, value:Object):void

Set a custom option

Parameters

key:String — key of the option
 
value:Object — value of the option