| Package | com.adobe.ep.ux.attachmentlist.domain.events |
| Class | public class AttachmentEvent |
| Inheritance | AttachmentEvent Event Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
AttachmentEvent event is dispatched when the user adds, removes and uploads attachments.
The event is is also dispatched when the upload of an attachment fails.
| Property | Defined By | ||
|---|---|---|---|
![]() | bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | |
![]() | cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | |
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
![]() | currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | |
![]() | eventPhase : uint [read-only]
The current phase in the event flow. | Event | |
| fileName : String
The name of the source file. | AttachmentEvent | ||
| id : String
The identifier of the attachment that has the cursor. | AttachmentEvent | ||
| id_list : ArrayCollection
An ArrayCollection object of identifiers that were selected. | AttachmentEvent | ||
![]() | target : Object [read-only]
The event target. | Event | |
| taskId : String
The identifier of the task. | AttachmentEvent | ||
![]() | type : String [read-only]
The type of event. | Event | |
| Constant | Defined By | ||
|---|---|---|---|
| ADD_ATTACHMENT : String = "addAttachment" [static]
The ADD_ATTACHMENT constant specifies when an attachment has been added. | AttachmentEvent | ||
| REMOVE_ATTACHMENT : String = "removeAttachment" [static]
The REMOVE_ATTACHMENT constant dispatched when an attachment has been removed. | AttachmentEvent | ||
| UPDATE_ATTACHMENT : String = "updateAttachment" [static]
The UPDATE_ATTACHMENT constant specifies that an attachment has been updated. | AttachmentEvent | ||
| UPLOAD_ATTACHMENT : String = "uploadAttachment" [static]
The REMOVE_ATTACHMENT constant specifies when an attachment has been uploaded. | AttachmentEvent | ||
| UPLOAD_FAILED : String = "uploadFailed" [static]
The REMOVE_ATTACHMENT constant specifies when the upload of attachment failed. | AttachmentEvent | ||
fileName | property |
fileName:String| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The name of the source file.
Implementation
public function get fileName():String public function set fileName(value:String):voidid | property |
id:String| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The identifier of the attachment that has the cursor. When multiple items are selected, the last item that was selected is set to this value.
Implementation
public function get id():String public function set id(value:String):voidid_list | property |
id_list:ArrayCollection| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
An ArrayCollection object of identifiers that were selected. This is populated when multiple
items are selected.
Implementation
public function get id_list():ArrayCollection public function set id_list(value:ArrayCollection):voidRelated API Elements
taskId | property |
taskId:String| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The identifier of the task.
Implementation
public function get taskId():String public function set taskId(value:String):voidADD_ATTACHMENT | Constant |
public static const ADD_ATTACHMENT:String = "addAttachment"| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The ADD_ATTACHMENT constant specifies when an attachment has been added.
REMOVE_ATTACHMENT | Constant |
public static const REMOVE_ATTACHMENT:String = "removeAttachment"| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant dispatched when an attachment has been removed.
UPDATE_ATTACHMENT | Constant |
public static const UPDATE_ATTACHMENT:String = "updateAttachment"| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The UPDATE_ATTACHMENT constant specifies that an attachment has been updated.
UPLOAD_ATTACHMENT | Constant |
public static const UPLOAD_ATTACHMENT:String = "uploadAttachment"| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant specifies when an attachment has been uploaded.
UPLOAD_FAILED | Constant |
public static const UPLOAD_FAILED:String = "uploadFailed"| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant specifies when the upload of attachment failed.
Thu Dec 4 2014, 05:50 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties