Packagecom.esri.ags.components.supportClasses
Classpublic class TextField
InheritanceTextField Inheritance spark.components.TextArea
Implements mx.core.IDataRenderer

Since : ArcGIS API for Flex 2.1

Text area component used in the AttributeInspector to handle 'long' string attribute values. For shorter strings, the single line StringField component is used. By default, "longer" is defined as strings fields with more than 40 characters, but you can change this threshold using the singleToMultilineThreshold property on the AttributeInspector.

Default MXML Propertycontent

See also

StringField
com.esri.ags.components.AttributeInspector.singleToMultilineThreshold


Public Properties
 PropertyDefined By
  data : Object
The associated data in the form of a String.
TextField
Public Methods
 MethodDefined By
  
TextField(value:Object = null)
Creates a new TextField.
TextField
Property Detail
dataproperty
data:Object

The associated data in the form of a String.


Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor Detail
TextField()Constructor
public function TextField(value:Object = null)

Creates a new TextField.

Parameters
value:Object (default = null)