Paquete | com.adobe.ep.ux.attachmentlist.domain.events |
Clase | public class AttachmentEvent |
Herencia | AttachmentEvent ![]() ![]() |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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.
Propiedad | Definido por | ||
---|---|---|---|
![]() | bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | |
![]() | cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | |
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
![]() | currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | |
![]() | eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | 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 [solo lectura]
El destino del evento. | Event | |
taskId : String
The identifier of the task. | AttachmentEvent | ||
![]() | type : String [solo lectura]
El tipo de evento. | Event |
Constante | Definido por | ||
---|---|---|---|
ADD_ATTACHMENT : String = "addAttachment" [estática]
The ADD_ATTACHMENT constant specifies when an attachment has been added. | AttachmentEvent | ||
REMOVE_ATTACHMENT : String = "removeAttachment" [estática]
The REMOVE_ATTACHMENT constant dispatched when an attachment has been removed. | AttachmentEvent | ||
UPDATE_ATTACHMENT : String = "updateAttachment" [estática]
The UPDATE_ATTACHMENT constant specifies that an attachment has been updated. | AttachmentEvent | ||
UPLOAD_ATTACHMENT : String = "uploadAttachment" [estática]
The REMOVE_ATTACHMENT constant specifies when an attachment has been uploaded. | AttachmentEvent | ||
UPLOAD_FAILED : String = "uploadFailed" [estática]
The REMOVE_ATTACHMENT constant specifies when the upload of attachment failed. | AttachmentEvent |
fileName | propiedad |
fileName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name of the source file.
Implementación
public function get fileName():String
public function set fileName(value:String):void
id | propiedad |
id:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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.
Implementación
public function get id():String
public function set id(value:String):void
id_list | propiedad |
id_list:ArrayCollection
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
An ArrayCollection
object of identifiers that were selected. This is populated when multiple
items are selected.
Implementación
public function get id_list():ArrayCollection
public function set id_list(value:ArrayCollection):void
Elementos de API relacionados
taskId | propiedad |
taskId:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The identifier of the task.
Implementación
public function get taskId():String
public function set taskId(value:String):void
ADD_ATTACHMENT | Constante |
public static const ADD_ATTACHMENT:String = "addAttachment"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The REMOVE_ATTACHMENT
constant specifies when the upload of attachment failed.
Tue Jun 12 2018, 02:12 PM Z