Packagecom.esri.ags.components
Classpublic class LabelDataRenderer
InheritanceLabelDataRenderer Inheritance spark.components.DataRenderer

Since : ArcGIS API for Flex 2.3

Subclass of DataRenderer with a label property. This will be typically used in an info window as a Spark replacement to HBox or VBox.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  label : String
The text to be displayed.
LabelDataRenderer
Public Methods
 MethodDefined By
  
Create a new instance.
LabelDataRenderer
Property Detail
labelproperty
label:String

The text to be displayed.

This property is Bindable; it dispatches "labelChanged" events

The default value is "".

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


Implementation
    public function get label():String
    public function set label(value:String):void
Constructor Detail
LabelDataRenderer()Constructor
public function LabelDataRenderer()

Create a new instance.