Packageview.flex.surfaceComponents.components
Classpublic class Image
InheritanceImage Inheritance spark.components.Image
Implements view.interfaces.IFlexSurfaceComponent



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



Method Detail
fromXML()method
public function fromXML(xml:XML, callback:Function):void

Parameters

xml:XML
 
callback:Function

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