| Package | com.esri.ags.skins |
| Class | public class AttachmentInspectorSkin |
| Inheritance | AttachmentInspectorSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| addButton : Button Button to attach the selected item. | AttachmentInspectorSkin | ||
| attachmentInfoList : AttachmentInfoList List to display the attachments for a feature. | AttachmentInspectorSkin | ||
| browseButton : Button Button for selecting the item to attach. | AttachmentInspectorSkin | ||
| cancelButton : Button Button to clear the current selected item. | AttachmentInspectorSkin | ||
| hostComponent : AttachmentInspector
A strongly typed property that references the component to which this skin is applied. | AttachmentInspectorSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | AttachmentInspectorSkin | ||
| addButton | property |
public var addButton:ButtonButton to attach the selected item.
This property can be used as the source for data binding.
| attachmentInfoList | property |
public var attachmentInfoList:AttachmentInfoListList to display the attachments for a feature.
This property can be used as the source for data binding.
| browseButton | property |
public var browseButton:ButtonButton for selecting the item to attach.
This property can be used as the source for data binding.
| cancelButton | property |
public var cancelButton:ButtonButton to clear the current selected item.
This property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:AttachmentInspectorA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| AttachmentInspectorSkin | () | Constructor |
public function AttachmentInspectorSkin()Constructor.