Packageview.flex.surfaceComponents.components
Classpublic class Text
InheritanceText Inheritance spark.components.Label
Implements view.interfaces.IFlexSurfaceComponent

Default MXML Propertytext



Public Properties
 PropertyDefined By
  isSelected : Boolean
Text
  propertiesChangedEvents : Array
[read-only]
Text
  propertyEditorClass : Class
[read-only]
Text
  text : String
[override] [write-only]
Text
Public Methods
 MethodDefined By
  
Text
  
fromXML(xml:XML, callback:Function, lookup:ILookup = null):void
Text
  
toCode():XML
Text
  
toRora():XML
Text
  
Text
  
toXML():XML
Text
Public Constants
 ConstantDefined By
  ELEMENT_NAME : String = text
[static]
Text
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
textproperty 
text:String  [write-only] [override]


Implementation
    public function set text(value:String):void
Constructor Detail
Text()Constructor
public function Text()



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 = text