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