Packagecom.esri.ags.components.supportClasses
Classpublic final class FieldInspector
InheritanceFieldInspector Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The FieldInspector allows you customize the AttributeInspector look and feel for a specific field.

See also

com.esri.ags.components.AttributeInspector
Live sample - Attribute Inspector outside of the map
Live sample - FieldInspector to customize fields in AttributeInspector


Public Properties
 PropertyDefined By
  enabled : Boolean = true
Should this field be enabled or not.
FieldInspector
  featureLayer : FeatureLayer
The feature layer
FieldInspector
  fieldName : String
The field name.
FieldInspector
  label : String
The new field label to be shown in the form item.
FieldInspector
  memo : Boolean = false
Is this a memo field - will be rendered in a rich text control.
FieldInspector
  renderer : IFactory
Renderer to view the attribute value.
FieldInspector
  toolTip : String
Optional field tooltip.
FieldInspector
  visible : Boolean = true
Should this field be visible or not.
FieldInspector
Public Methods
 MethodDefined By
  
Creates a new FieldInspector.
FieldInspector
Property Detail
enabledproperty
public var enabled:Boolean = true

Should this field be enabled or not.

featureLayerproperty 
public var featureLayer:FeatureLayer

The feature layer

fieldNameproperty 
public var fieldName:String

The field name.

labelproperty 
public var label:String

The new field label to be shown in the form item.

memoproperty 
public var memo:Boolean = false

Is this a memo field - will be rendered in a rich text control.

rendererproperty 
public var renderer:IFactory

Renderer to view the attribute value.

toolTipproperty 
public var toolTip:String

Since : ArcGIS API for Flex 2.3

Optional field tooltip.

visibleproperty 
public var visible:Boolean = true

Should this field be visible or not.

Constructor Detail
FieldInspector()Constructor
public function FieldInspector()

Creates a new FieldInspector.