Packagecom.esri.ags.skins
Classpublic class AttributeInspectorSkin
InheritanceAttributeInspectorSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

The default skin class for the AttributeInspector component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  deleteButton : Button
Button to delete the active feature.
AttributeInspectorSkin
  form : Form
Form to display the attributes of the active feature.
AttributeInspectorSkin
  hostComponent : AttributeInspector
A strongly typed property that references the component to which this skin is applied.
AttributeInspectorSkin
  nextButton : Button
Button to go to the next feature in the selection set.
AttributeInspectorSkin
  previousButton : Button
Button to go to the previous feature in the selection set.
AttributeInspectorSkin
Public Methods
 MethodDefined By
  
Constructor.
AttributeInspectorSkin
Property Detail
deleteButtonproperty
public var deleteButton:Button

Button to delete the active feature.

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

formproperty 
public var form:Form

Form to display the attributes of the active feature.

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

hostComponentproperty 
public var hostComponent:AttributeInspector

A strongly typed property that references the component to which this skin is applied.

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

nextButtonproperty 
public var nextButton:Button

Button to go to the next feature in the selection set.

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

previousButtonproperty 
public var previousButton:Button

Button to go to the previous feature in the selection set.

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

Constructor Detail
AttributeInspectorSkin()Constructor
public function AttributeInspectorSkin()

Constructor.