Packagecom.esri.ags.components.supportClasses
Classpublic class DoubleField
InheritanceDoubleField Inheritance spark.components.TextInput
Implements mx.core.IDataRenderer

Since : ArcGIS API for Flex 2.0

Text input component used in the AttributeInspector to handle double precision attribute values. This class includes a number validator that gets triggered when the user hits the enter key. Upon successful validation, an update event is bubbled to the attribute inspector to apply as edits on the associated feature layer.

Default MXML Propertytext



Public Properties
 PropertyDefined By
  data : Object
The associated data in the form of a Number.
DoubleField
  maxValue : Number
The validator maximum value.
DoubleField
  minValue : Number
The validator minimum value.
DoubleField
Public Methods
 MethodDefined By
  
DoubleField(value:Object = null)
Creates a new DoubleField.
DoubleField
Property Detail
dataproperty
data:Object

The associated data in the form of a Number.


Implementation
    public function get data():Object
    public function set data(value:Object):void
maxValueproperty 
maxValue:Number

Since : ArcGIS API for Flex 2.1

The validator maximum value.

This property can be used as the source for data binding.


Implementation
    public function get maxValue():Number
    public function set maxValue(value:Number):void
minValueproperty 
minValue:Number

Since : ArcGIS API for Flex 2.1

The validator minimum value.

This property can be used as the source for data binding.


Implementation
    public function get minValue():Number
    public function set minValue(value:Number):void
Constructor Detail
DoubleField()Constructor
public function DoubleField(value:Object = null)

Creates a new DoubleField.

Parameters
value:Object (default = null)