| Pacote | com.adobe.ep.ux.attachmentlist.domain.events |
| Classe | public class AttachmentEvent |
| Herança | AttachmentEvent Event Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | 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.
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | 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 [somente leitura]
O destino de evento. | Event | |
| taskId : String
The identifier of the task. | AttachmentEvent | ||
![]() | type : String [somente leitura]
O tipo de evento. | Event | |
| Constante | Definido por | ||
|---|---|---|---|
| ADD_ATTACHMENT : String = "addAttachment" [estático]
The ADD_ATTACHMENT constant specifies when an attachment has been added. | AttachmentEvent | ||
| REMOVE_ATTACHMENT : String = "removeAttachment" [estático]
The REMOVE_ATTACHMENT constant dispatched when an attachment has been removed. | AttachmentEvent | ||
| UPDATE_ATTACHMENT : String = "updateAttachment" [estático]
The UPDATE_ATTACHMENT constant specifies that an attachment has been updated. | AttachmentEvent | ||
| UPLOAD_ATTACHMENT : String = "uploadAttachment" [estático]
The REMOVE_ATTACHMENT constant specifies when an attachment has been uploaded. | AttachmentEvent | ||
| UPLOAD_FAILED : String = "uploadFailed" [estático]
The REMOVE_ATTACHMENT constant specifies when the upload of attachment failed. | AttachmentEvent | ||
fileName | propriedade |
fileName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The name of the source file.
Implementação
public function get fileName():String public function set fileName(value:String):voidid | propriedade |
id:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | 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.
Implementação
public function get id():String public function set id(value:String):voidid_list | propriedade |
id_list:ArrayCollection| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
An ArrayCollection object of identifiers that were selected. This is populated when multiple
items are selected.
Implementação
public function get id_list():ArrayCollection public function set id_list(value:ArrayCollection):voidElementos da API relacionados
taskId | propriedade |
taskId:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The identifier of the task.
Implementação
public function get taskId():String public function set taskId(value:String):voidADD_ATTACHMENT | Constante |
public static const ADD_ATTACHMENT:String = "addAttachment"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The ADD_ATTACHMENT constant specifies when an attachment has been added.
REMOVE_ATTACHMENT | Constante |
public static const REMOVE_ATTACHMENT:String = "removeAttachment"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant dispatched when an attachment has been removed.
UPDATE_ATTACHMENT | Constante |
public static const UPDATE_ATTACHMENT:String = "updateAttachment"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The UPDATE_ATTACHMENT constant specifies that an attachment has been updated.
UPLOAD_ATTACHMENT | Constante |
public static const UPLOAD_ATTACHMENT:String = "uploadAttachment"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant specifies when an attachment has been uploaded.
UPLOAD_FAILED | Constante |
public static const UPLOAD_FAILED:String = "uploadFailed"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT constant specifies when the upload of attachment failed.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas