Packagecom.esri.ags.components.supportClasses
Classpublic class LabelField
InheritanceLabelField Inheritance spark.components.Label
Implements mx.core.IDataRenderer

Since : ArcGIS API for Flex 2.0

Label component to render non editable attribute values.

Default MXML Propertytext



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

Associated data in the for form of a String.


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

Creates a new LabelField.

Parameters
value:Object (default = null)