| Package | com.esri.ags.components.supportClasses |
| Class | public class DropDownListField |
| Inheritance | DropDownListField spark.components.DropDownList |
| Implements | mx.core.IDataRenderer |
| Since : | ArcGIS API for Flex 2.0 |
Default MXML PropertydataProvider
| Property | Defined By | ||
|---|---|---|---|
| data : Object
Data associated with this drop down list field. | DropDownListField | ||
| valueField : String = value
The name of the value field. | DropDownListField | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new DropDownListField. | DropDownListField | ||
| data | property |
data:ObjectData associated with this drop down list field.
public function get data():Object public function set data(value:Object):void| valueField | property |
public var valueField:String = valueThe name of the value field.
The default value is value.
| DropDownListField | () | Constructor |
public function DropDownListField()Creates a new DropDownListField.