Packagecom.esri.ags.skins
Classpublic class AttachmentInspectorSkin
InheritanceAttachmentInspectorSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

The default skin class for the AttachmentInspector component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
AttachmentInspectorSkin
Property Detail
addButtonproperty
public var addButton:Button

Button to attach the selected item.

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

attachmentInfoListproperty 
public var attachmentInfoList:AttachmentInfoList

List to display the attachments for a feature.

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

browseButtonproperty 
public var browseButton:Button

Button for selecting the item to attach.

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

cancelButtonproperty 
public var cancelButton:Button

Button to clear the current selected item.

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

hostComponentproperty 
public var hostComponent:AttachmentInspector

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.

Constructor Detail
AttachmentInspectorSkin()Constructor
public function AttachmentInspectorSkin()

Constructor.