| Package | com.esri.ags.skins |
| Class | public class AttributeInspectorSkin |
| Inheritance | AttributeInspectorSkin spark.skins.SparkSkin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | AttributeInspectorSkin | ||
| deleteButton | property |
public var deleteButton:ButtonButton to delete the active feature.
This property can be used as the source for data binding.
| form | property |
public var form:FormForm to display the attributes of the active feature.
This property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:AttributeInspectorA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| nextButton | property |
public var nextButton:ButtonButton to go to the next feature in the selection set.
This property can be used as the source for data binding.
| previousButton | property |
public var previousButton:ButtonButton to go to the previous feature in the selection set.
This property can be used as the source for data binding.
| AttributeInspectorSkin | () | Constructor |
public function AttributeInspectorSkin()Constructor.