| Package | com.esri.ags.components.supportClasses |
| Class | public final class FieldInspector |
| Inheritance | FieldInspector flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new FieldInspector. | FieldInspector | ||
| enabled | property |
public var enabled:Boolean = trueShould this field be enabled or not.
| featureLayer | property |
public var featureLayer:FeatureLayerThe feature layer
| fieldName | property |
public var fieldName:StringThe field name.
| label | property |
public var label:StringThe new field label to be shown in the form item.
| memo | property |
public var memo:Boolean = falseIs this a memo field - will be rendered in a rich text control.
| renderer | property |
public var renderer:IFactoryRenderer to view the attribute value.
| toolTip | property |
public var toolTip:String| Since : | ArcGIS API for Flex 2.3 |
Optional field tooltip.
| visible | property |
public var visible:Boolean = trueShould this field be visible or not.
| FieldInspector | () | Constructor |
public function FieldInspector()Creates a new FieldInspector.