Package | com.gestureworks.cml.elements |
Class | public class Window |
Inheritance | Window ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | childList : ChildList
Returns the object's childList. | CMLObject | |
![]() | cmlIndex : int
Returns the index created by the CML parser. | CMLObject | |
![]() | id : String
Returns the object's id. | CMLObject | |
name : String
Associates a name with this object. | Window | ||
nativeWindow : NativeWindow
Reference to the AS3 NativeWindow object that this represents. | Window | ||
screen : int
Sets screen index. | Window | ||
![]() | state : Array | CMLObject |
Method | Defined By | ||
---|---|---|---|
Window(initOptions:NativeWindowInitOptions = null) | Window | ||
![]() | clone():*
Clone method. | CMLObject | |
![]() | dispose():void
Dispose method. | CMLObject | |
init():void [override]
Initialization method. | Window | ||
![]() | parseCML(cml:XMLList):XMLList
Internal CML parse method. | CMLObject | |
![]() | postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine. | CMLObject | |
updateProperties(key:* = 0):void [override]
Updates properties from state. | Window |
name | property |
name:String
Associates a name with this object.
public function get name():String
public function set name(value:String):void
nativeWindow | property |
nativeWindow:NativeWindow
Reference to the AS3 NativeWindow object that this represents.
public function get nativeWindow():NativeWindow
public function set nativeWindow(value:NativeWindow):void
screen | property |
screen:int
Sets screen index. This will set the x, y position based on the screen position as determined by the operating system.
public function get screen():int
public function set screen(value:int):void
Window | () | Constructor |
public function Window(initOptions:NativeWindowInitOptions = null)
initOptions:NativeWindowInitOptions (default = null )
|
init | () | method |
override public function init():void
Initialization method.
updateProperties | () | method |
override public function updateProperties(key:* = 0):void
Updates properties from state.
Parameters
key:* (default = 0 )
|