Packageview.flex.surfaceComponents.components
Classpublic class DropDownList
InheritanceDropDownList Inheritance spark.components.DropDownList
Implements view.interfaces.IFlexSurfaceComponent, view.interfaces.IDataProviderComponent, view.interfaces.ISelectableItemsComponent

Default MXML PropertydataProvider



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



Method Detail
dataProvider_collectionChangeHandler()method
override protected function dataProvider_collectionChangeHandler(event:Event):void

Parameters

event:Event

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