Packagecom.esri.ags.components.supportClasses
Classpublic class StringField
InheritanceStringField Inheritance spark.components.TextInput
Implements mx.core.IDataRenderer

Since : ArcGIS API for Flex 2.0

Text input component used in the AttributeInspector to handle short string attribute values. For longer strings, the multi-line TextField 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 Propertytext

See also

TextField
com.esri.ags.components.AttributeInspector.singleToMultilineThreshold


Public Properties
 PropertyDefined By
  data : Object
The associated data in the form of a String.
StringField
Public Methods
 MethodDefined By
  
StringField(value:Object = null)
Creates a new StringField.
StringField
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
StringField()Constructor
public function StringField(value:Object = null)

Creates a new StringField.

Parameters
value:Object (default = null)