Package | view.flex.surfaceComponents.components |
Class | public class Text |
Inheritance | Text ![]() |
Implements | view.interfaces.IFlexSurfaceComponent |
Default MXML Propertytext
Property | Defined By | ||
---|---|---|---|
isSelected : Boolean | Text | ||
propertiesChangedEvents : Array [read-only] | Text | ||
propertyEditorClass : Class [read-only] | Text | ||
text : String [override] [write-only] | Text |
Method | Defined By | ||
---|---|---|---|
Text() | Text | ||
fromXML(xml:XML, callback:Function, lookup:ILookup = null):void | Text | ||
toCode():XML | Text | ||
toRora():XML | Text | ||
toRoyaleConvertCode():XML | Text | ||
toXML():XML | Text |
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = text [static] | Text |
isSelected | property |
isSelected:Boolean
public function get isSelected():Boolean
public function set isSelected(value:Boolean):void
propertiesChangedEvents | property |
propertiesChangedEvents:Array
[read-only] public function get propertiesChangedEvents():Array
propertyEditorClass | property |
propertyEditorClass:Class
[read-only] public function get propertyEditorClass():Class
text | property |
text:String
[write-only] [override] public function set text(value:String):void
Text | () | Constructor |
public function Text()
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
ReturnsXML |
toRora | () | method |
public function toRora():XML
ReturnsXML |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
toXML | () | method |
public function toXML():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = text