Paket | lc.foundation.events |
Klass | public class LiveCycleEvent |
Arv | LiveCycleEvent Event Object |
Underklasser | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Relaterade API-element
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
Egenskap | Definieras med | ||
---|---|---|---|
bubbles : Boolean [skrivskyddad]
indikerar om händelsen är en bubblande händelse. | Event | ||
cancelable : Boolean [skrivskyddad]
Indikerar om beteendet som är kopplat till händelsen kan förhindras. | Event | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
currentTarget : Object [skrivskyddad]
Det objekt som aktivt behandlar Event-objektet med en händelseavlyssnare. | Event | ||
eventPhase : uint [skrivskyddad]
Den nuvarande fasen i händelseflödet. | Event | ||
target : Object [skrivskyddad]
Händelsens mål. | Event | ||
token : lc.foundation.util:Token [skrivskyddad]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [skrivskyddad]
Händelsens typ. | Event |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | LiveCycleEvent | ||
[åsidosätt]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
Ett verktyg som används för att implementera metoden toString() i de anpassade klasserna ActionScript 3.0. | Event | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Kontrollerar om preventDefault()-metoden har anropats för händelsen. | Event | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Avbryter en händelses standardbeteende om det beteendet kan avbrytas. | Event | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Förhindrar behandling av händelsehanterare i den aktuella noden och alla noder som följer den aktuella noden i händelseflödet. | Event | ||
Förhindrar behandling av händelsehanterare i noder som följer den aktuella noden i händelseflödet. | Event | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar en sträng som innehåller alla egenskaper i Event-objektet. | Event | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [statisk]
The attachmentFillComplete event type. | LiveCycleEvent | ||
AUTHENTICATION_COMPLETE : String = "authenticationComplete" [statisk]
The authenticationComplete event type. | LiveCycleEvent | ||
COMMIT_COMPLETE : String = "commitComplete" [statisk]
The commitComplete event type. | LiveCycleEvent | ||
GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [statisk]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
INIT_COMPLETE : String = "initComplete" [statisk]
The initComplete event type. | LiveCycleEvent | ||
LOGIN : String = "login" [statisk]
The login event type. | LiveCycleEvent | ||
LOGOUT : String = "logout" [statisk]
The logout event type. | LiveCycleEvent | ||
LOGOUT_COMPLETE : String = "logoutComplete" [statisk]
The logoutComplete event type. | LiveCycleEvent | ||
PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [statisk]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [statisk]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
RELEASE_COMPLETE : String = "releaseComplete" [statisk]
The releaseComplete event type. | LiveCycleEvent | ||
UNLOAD : String = "unload" [statisk]
The unload event type. | LiveCycleEvent |
token | egenskap |
token:lc.foundation.util:Token
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementering
public function get token():lc.foundation.util:Token
LiveCycleEvent | () | Konstruktor |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrartype: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 | () | metod |
override public function clone():Event
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Konstant |
public static const ATTACHMENT_FILL_COMPLETE:String = "attachmentFillComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete
event type.
AUTHENTICATION_COMPLETE | Konstant |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete
event type.
COMMIT_COMPLETE | Konstant |
public static const COMMIT_COMPLETE:String = "commitComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The commitComplete
event type.
GET_EXTENDED_NOTE_COMPLETE | Konstant |
public static const GET_EXTENDED_NOTE_COMPLETE:String = "getExtendedNoteComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete
event type.
INIT_COMPLETE | Konstant |
public static const INIT_COMPLETE:String = "initComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete
event type.
LOGIN | Konstant |
public static const LOGIN:String = "login"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login
event type.
LOGOUT | Konstant |
public static const LOGOUT:String = "logout"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout
event type.
LOGOUT_COMPLETE | Konstant |
public static const LOGOUT_COMPLETE:String = "logoutComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete
event type.
PREFERENCES_COMMIT_COMPLETE | Konstant |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
PREFERENCES_LOAD_COMPLETE | Konstant |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete
event type.
RELEASE_COMPLETE | Konstant |
public static const RELEASE_COMPLETE:String = "releaseComplete"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete
event type.
UNLOAD | Konstant |
public static const UNLOAD:String = "unload"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload
event type.
Tue Jun 12 2018, 01:40 PM Z