| Package | com.esri.ags.components.supportClasses |
| Class | public class StringField |
| Inheritance | StringField spark.components.TextInput |
| Implements | mx.core.IDataRenderer |
| Since : | ArcGIS API for Flex 2.0 |
Default MXML Propertytext
See also
| Property | Defined By | ||
|---|---|---|---|
| data : Object
The associated data in the form of a String. | StringField | ||
| Method | Defined By | ||
|---|---|---|---|
StringField(value:Object = null)
Creates a new StringField. | StringField | ||
| data | property |
data:ObjectThe associated data in the form of a String.
public function get data():Object public function set data(value:Object):void| StringField | () | Constructor |
public function StringField(value:Object = null)Creates a new StringField.
Parametersvalue:Object (default = null) |