Pacote | lc.foundation.events |
Classe | public class LiveCycleEvent |
Herança | LiveCycleEvent Event Object |
Subclasses | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
LiveCycleEvent
event is the base event class for the Workspace API.
Extend this class to create custom events.
Elementos da API relacionados
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
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 | ||
target : Object [somente leitura]
O destino de evento. | Event | ||
token : lc.foundation.util:Token [somente leitura]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [somente leitura]
O tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
Constructor. | LiveCycleEvent | ||
[substituir]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Verifica se o método preventDefault() foi chamado no evento. | Event | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | ||
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna uma string que contém todas as propriedades do objeto Event. | Event | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [estático]
The attachmentFillComplete event type. | LiveCycleEvent | ||
AUTHENTICATION_COMPLETE : String = "authenticationComplete" [estático]
The authenticationComplete event type. | LiveCycleEvent | ||
COMMIT_COMPLETE : String = "commitComplete" [estático]
The commitComplete event type. | LiveCycleEvent | ||
GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [estático]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
INIT_COMPLETE : String = "initComplete" [estático]
The initComplete event type. | LiveCycleEvent | ||
LOGIN : String = "login" [estático]
The login event type. | LiveCycleEvent | ||
LOGOUT : String = "logout" [estático]
The logout event type. | LiveCycleEvent | ||
LOGOUT_COMPLETE : String = "logoutComplete" [estático]
The logoutComplete event type. | LiveCycleEvent | ||
PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [estático]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [estático]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
RELEASE_COMPLETE : String = "releaseComplete" [estático]
The releaseComplete event type. | LiveCycleEvent | ||
UNLOAD : String = "unload" [estático]
The unload event type. | LiveCycleEvent |
token | propriedade |
token:lc.foundation.util:Token
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementação
public function get token():lc.foundation.util:Token
LiveCycleEvent | () | Construtor |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parâmetrostype:String — Specifies the type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of
the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
token:lc.foundation.util:Token — Specifies a request token.
|
clone | () | método |
override public function clone():Event
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of a LiveCycleEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the LiveCycleEvent object.
|
ATTACHMENT_FILL_COMPLETE | Constante |
public static const ATTACHMENT_FILL_COMPLETE:String = "attachmentFillComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete
event type.
AUTHENTICATION_COMPLETE | Constante |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete
event type.
COMMIT_COMPLETE | Constante |
public static const COMMIT_COMPLETE:String = "commitComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The commitComplete
event type.
GET_EXTENDED_NOTE_COMPLETE | Constante |
public static const GET_EXTENDED_NOTE_COMPLETE:String = "getExtendedNoteComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete
event type.
INIT_COMPLETE | Constante |
public static const INIT_COMPLETE:String = "initComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete
event type.
LOGIN | Constante |
public static const LOGIN:String = "login"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login
event type.
LOGOUT | Constante |
public static const LOGOUT:String = "logout"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout
event type.
LOGOUT_COMPLETE | Constante |
public static const LOGOUT_COMPLETE:String = "logoutComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete
event type.
PREFERENCES_COMMIT_COMPLETE | Constante |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
PREFERENCES_LOAD_COMPLETE | Constante |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
RELEASE_COMPLETE | Constante |
public static const RELEASE_COMPLETE:String = "releaseComplete"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete
event type.
UNLOAD | Constante |
public static const UNLOAD:String = "unload"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload
event type.
Wed Jun 13 2018, 11:10 AM Z