Pacchetto | lc.foundation.events |
Classe | public class LiveCycleEvent |
Ereditarietà | LiveCycleEvent Event Object |
Sottoclassi | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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.
Elementi API correlati
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
token : lc.foundation.util:Token [sola lettura]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | LiveCycleEvent | ||
[override]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [statico]
The attachmentFillComplete event type. | LiveCycleEvent | ||
AUTHENTICATION_COMPLETE : String = "authenticationComplete" [statico]
The authenticationComplete event type. | LiveCycleEvent | ||
COMMIT_COMPLETE : String = "commitComplete" [statico]
The commitComplete event type. | LiveCycleEvent | ||
GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [statico]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
INIT_COMPLETE : String = "initComplete" [statico]
The initComplete event type. | LiveCycleEvent | ||
LOGIN : String = "login" [statico]
The login event type. | LiveCycleEvent | ||
LOGOUT : String = "logout" [statico]
The logout event type. | LiveCycleEvent | ||
LOGOUT_COMPLETE : String = "logoutComplete" [statico]
The logoutComplete event type. | LiveCycleEvent | ||
PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [statico]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [statico]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
RELEASE_COMPLETE : String = "releaseComplete" [statico]
The releaseComplete event type. | LiveCycleEvent | ||
UNLOAD : String = "unload" [statico]
The unload event type. | LiveCycleEvent |
token | proprietà |
token:lc.foundation.util:Token
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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.
Implementazione
public function get token():lc.foundation.util:Token
LiveCycleEvent | () | Funzione di costruzione |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametritype: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 | () | metodo |
override public function clone():Event
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni 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 | Costante |
public static const ATTACHMENT_FILL_COMPLETE:String = "attachmentFillComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete
event type.
AUTHENTICATION_COMPLETE | Costante |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete
event type.
COMMIT_COMPLETE | Costante |
public static const COMMIT_COMPLETE:String = "commitComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The commitComplete
event type.
GET_EXTENDED_NOTE_COMPLETE | Costante |
public static const GET_EXTENDED_NOTE_COMPLETE:String = "getExtendedNoteComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete
event type.
INIT_COMPLETE | Costante |
public static const INIT_COMPLETE:String = "initComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete
event type.
LOGIN | Costante |
public static const LOGIN:String = "login"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login
event type.
LOGOUT | Costante |
public static const LOGOUT:String = "logout"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout
event type.
LOGOUT_COMPLETE | Costante |
public static const LOGOUT_COMPLETE:String = "logoutComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete
event type.
PREFERENCES_COMMIT_COMPLETE | Costante |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
PREFERENCES_LOAD_COMPLETE | Costante |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
RELEASE_COMPLETE | Costante |
public static const RELEASE_COMPLETE:String = "releaseComplete"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete
event type.
UNLOAD | Costante |
public static const UNLOAD:String = "unload"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload
event type.
Tue Jun 12 2018, 02:44 PM Z