| Package | com.esri.ags.events |
| Class | public final class AttributeInspectorEvent |
| Inheritance | AttributeInspectorEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| feature : Graphic
Reference to a graphic instance. | AttributeInspectorEvent | ||
| featureLayer : FeatureLayer
Reference to a feature layer. | AttributeInspectorEvent | ||
| field : Field
A field reference. | AttributeInspectorEvent | ||
| newValue : Object
The new field value. | AttributeInspectorEvent | ||
| oldValue : Object
The old field value. | AttributeInspectorEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AttributeInspectorEvent(type:String, bubbles:Boolean, featureLayer:FeatureLayer = null, feature:Graphic = null, field:Field = null, oldValue:Object = null, newValue:Object = null)
Creates a new AttributeInspectorEvent. | AttributeInspectorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| DELETE_FEATURE : String = deleteFeature [static]
Defines the value of the type property of the event object for a deleteFeature event. | AttributeInspectorEvent | ||
| SHOW_FEATURE : String = showFeature [static]
Defines the value of the type property of the event object for a showFeature event. | AttributeInspectorEvent | ||
| UPDATE_FEATURE : String = updateFeature [static]
Defines the value of the type property of the event object for a updateFeature event. | AttributeInspectorEvent | ||
| feature | property |
public var feature:Graphic
Reference to a graphic instance. The attributes property contains the new values.
| featureLayer | property |
public var featureLayer:FeatureLayerReference to a feature layer.
| field | property |
public var field:FieldA field reference.
| newValue | property |
public var newValue:ObjectThe new field value.
| oldValue | property |
public var oldValue:ObjectThe old field value.
| AttributeInspectorEvent | () | Constructor |
public function AttributeInspectorEvent(type:String, bubbles:Boolean, featureLayer:FeatureLayer = null, feature:Graphic = null, field:Field = null, oldValue:Object = null, newValue:Object = null)Creates a new AttributeInspectorEvent.
Parameterstype:String — The event type.
| |
bubbles:Boolean — The bubbling condition
| |
featureLayer:FeatureLayer (default = null) — Reference to a feature layer instance.
| |
feature:Graphic (default = null) — Reference to a graphic instance.
| |
field:Field (default = null) — Reference to a field.
| |
oldValue:Object (default = null) — The old value.
| |
newValue:Object (default = null) — The new value.
|
| DELETE_FEATURE | Constant |
public static const DELETE_FEATURE:String = deleteFeature
Defines the value of the type property of the event object for a deleteFeature event.
| SHOW_FEATURE | Constant |
public static const SHOW_FEATURE:String = showFeature
Defines the value of the type property of the event object for a showFeature event.
| UPDATE_FEATURE | Constant |
public static const UPDATE_FEATURE:String = updateFeature
Defines the value of the type property of the event object for a updateFeature event.