Packagecom.esri.ags.components.supportClasses
Classpublic class DropDownListField
InheritanceDropDownListField Inheritance spark.components.DropDownList
Implements mx.core.IDataRenderer

Since : ArcGIS API for Flex 2.0

Drop down list component that could be used in in FieldInspector.

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  data : Object
Data associated with this drop down list field.
DropDownListField
  valueField : String = value
The name of the value field.
DropDownListField
Public Methods
 MethodDefined By
  
Creates a new DropDownListField.
DropDownListField
Property Detail
dataproperty
data:Object

Data associated with this drop down list field.


Implementation
    public function get data():Object
    public function set data(value:Object):void
valueFieldproperty 
public var valueField:String = value

The name of the value field.

The default value is value.

Constructor Detail
DropDownListField()Constructor
public function DropDownListField()

Creates a new DropDownListField.