Packageview.flex.surfaceComponents.components
Classpublic class Window
InheritanceWindow Inheritance spark.components.Panel
Implements view.interfaces.IFlexSurfaceComponent
Subclasses MainApplication

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  ELEMENT_NAME : String = window
[static]
Window
  isSelected : Boolean
Window
  propertiesChangedEvents : Array
[read-only]
Window
  propertyEditorClass : Class
[read-only]
Window
  title : String
[override] [write-only]
Window
Public Methods
 MethodDefined By
  
Window
  
fromXML(xml:XML, callback:Function, lookup:ILookup = null):void
Window
  
toCode():XML
Window
  
toRora():XML
Window
  
Window
  
toXML():XML
Window
Public Constants
 ConstantDefined By
  MXML_ELEMENT_NAME : String = Panel
[static]
Window
Property Detail
ELEMENT_NAMEproperty
public static var ELEMENT_NAME:String = window

isSelectedproperty 
isSelected:Boolean


Implementation
    public function get isSelected():Boolean
    public function set isSelected(value:Boolean):void
propertiesChangedEventsproperty 
propertiesChangedEvents:Array  [read-only]


Implementation
    public function get propertiesChangedEvents():Array
propertyEditorClassproperty 
propertyEditorClass:Class  [read-only]


Implementation
    public function get propertyEditorClass():Class
titleproperty 
title:String  [write-only] [override]


Implementation
    public function set title(value:String):void
Constructor Detail
Window()Constructor
public function Window()



Method Detail
fromXML()method
public function fromXML(xml:XML, callback:Function, lookup:ILookup = null):void

Parameters

xml:XML
 
callback:Function
 
lookup:ILookup (default = null)

toCode()method 
public function toCode():XML

Returns
XML
toRora()method 
public function toRora():XML

Returns
XML
toRoyaleConvertCode()method 
public function toRoyaleConvertCode():XML

Returns
XML
toXML()method 
public function toXML():XML

Returns
XML
Constant Detail
MXML_ELEMENT_NAMEConstant
public static const MXML_ELEMENT_NAME:String = Panel