Packageview.flex.surfaceComponents.components
Classpublic class Tree
InheritanceTree Inheritance mx.controls.Tree
Implements view.interfaces.IFlexSurfaceComponent

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  isSelected : Boolean
Tree
  propertiesChangedEvents : Array
[read-only]
Tree
  propertyEditorClass : Class
[read-only]
Tree
Public Methods
 MethodDefined By
  
Tree
  
fromXML(xml:XML, callback:Function, lookup:ILookup = null):void
Tree
  
toCode():XML
Tree
  
toRora():XML
Tree
  
Tree
  
toXML():XML
Tree
Public Constants
 ConstantDefined By
  ELEMENT_NAME : String = tree
[static]
Tree
Property Detail
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
Constructor Detail
Tree()Constructor
public function Tree()



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
ELEMENT_NAMEConstant
public static const ELEMENT_NAME:String = tree