| Package | com.esri.ags.events |
| Class | public class AttachmentEvent |
| Inheritance | AttachmentEvent flash.events.Event |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| attachmentInfos : Array
The results returned by queryAttachmentInfos() in FeatureLayer and FeatureLayerTask. | AttachmentEvent | ||
| featureEditResult : FeatureEditResult
The result returned by addAttachment() in FeatureLayer and FeatureLayerTask. | AttachmentEvent | ||
| featureEditResults : Array
The results returned by deleteAttachments() in FeatureLayer and FeatureLayerTask. | AttachmentEvent | ||
| featureLayer : FeatureLayer
Reference to the associated FeatureLayer. | AttachmentEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AttachmentEvent(type:String, featureLayer:FeatureLayer = null)
Creates a new AttachmentEvent. | AttachmentEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ADD_ATTACHMENT_COMPLETE : String = addAttachmentComplete [static]
Defines the value of the type property of the event object for a addAttachmentComplete event. | AttachmentEvent | ||
| DELETE_ATTACHMENTS_COMPLETE : String = deleteAttachmentsComplete [static]
Defines the value of the type property of the event object for a deleteAttachmentsComplete event. | AttachmentEvent | ||
| QUERY_ATTACHMENT_INFOS_COMPLETE : String = queryAttachmentInfosComplete [static]
Defines the value of the type property of the event object for a queryAttachmentInfosComplete event. | AttachmentEvent | ||
| attachmentInfos | property |
public var attachmentInfos:ArrayThe results returned by queryAttachmentInfos() in FeatureLayer and FeatureLayerTask.
See also
| featureEditResult | property |
public var featureEditResult:FeatureEditResultThe result returned by addAttachment() in FeatureLayer and FeatureLayerTask.
| featureEditResults | property |
public var featureEditResults:ArrayThe results returned by deleteAttachments() in FeatureLayer and FeatureLayerTask.
See also
| featureLayer | property |
public var featureLayer:FeatureLayerReference to the associated FeatureLayer. Null when event is dispatched from FeatureLayerTask.
| AttachmentEvent | () | Constructor |
public function AttachmentEvent(type:String, featureLayer:FeatureLayer = null)Creates a new AttachmentEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
featureLayer:FeatureLayer (default = null) — Reference to the associated layer.
|
| ADD_ATTACHMENT_COMPLETE | Constant |
public static const ADD_ATTACHMENT_COMPLETE:String = addAttachmentComplete
Defines the value of the type property of the event object for a addAttachmentComplete event.
| DELETE_ATTACHMENTS_COMPLETE | Constant |
public static const DELETE_ATTACHMENTS_COMPLETE:String = deleteAttachmentsComplete
Defines the value of the type property of the event object for a deleteAttachmentsComplete event.
| QUERY_ATTACHMENT_INFOS_COMPLETE | Constant |
public static const QUERY_ATTACHMENT_INFOS_COMPLETE:String = queryAttachmentInfosComplete
Defines the value of the type property of the event object for a queryAttachmentInfosComplete event.