| Package | com.esri.ags.components.supportClasses |
| Class | public class ButtonBarField |
| Inheritance | ButtonBarField spark.components.ButtonBar |
| Implements | mx.core.IDataRenderer |
| Since : | ArcGIS API for Flex 2.0 |
Default MXML PropertydataProvider
See also
| Property | Defined By | ||
|---|---|---|---|
| data : Object
Gets the data. | ButtonBarField | ||
| valueField : String = value
The name of the value field. | ButtonBarField | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new ButtonBarField. | ButtonBarField | ||
| data | property |
data:ObjectGets the data.
This property can be used as the source for data binding.
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.
| ButtonBarField | () | Constructor |
public function ButtonBarField()Creates a new ButtonBarField.