| Pakket | lc.foundation.events |
| Klasse | public class LiveCycleEvent |
| Overerving | LiveCycleEvent Event Object |
| Subklassen | CollectionResultEvent, ObjectResultEvent, QueueSharingActionCompleteEvent, TaskActionCompleteEvent |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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.
Verwante API-elementen
lc.foundation.events.ObjectResultEvent
lc.procmgmt.events.QueueSharingActionCompleteEvent
lc.procmgmt.events.TaskActionCompleteEvent
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | |
![]() | cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | |
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
![]() | currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | |
![]() | eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | |
![]() | target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | |
| token : lc.foundation.util:Token [alleen-lezen]
The token that represents the call to the method. | LiveCycleEvent | ||
![]() | type : String [alleen-lezen]
Het type gebeurtenis. | Event | |
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | LiveCycleEvent | ||
[overschrijven]
Creates a copy of a LiveCycleEvent object
and sets the value of each property to match that of the original. | LiveCycleEvent | ||
![]() |
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | |
![]() |
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| ATTACHMENT_FILL_COMPLETE : String = "attachmentFillComplete" [statisch]
The attachmentFillComplete event type. | LiveCycleEvent | ||
| AUTHENTICATION_COMPLETE : String = "authenticationComplete" [statisch]
The authenticationComplete event type. | LiveCycleEvent | ||
| COMMIT_COMPLETE : String = "commitComplete" [statisch]
The commitComplete event type. | LiveCycleEvent | ||
| GET_EXTENDED_NOTE_COMPLETE : String = "getExtendedNoteComplete" [statisch]
The getExtendedNoteComplete event type. | LiveCycleEvent | ||
| INIT_COMPLETE : String = "initComplete" [statisch]
The initComplete event type. | LiveCycleEvent | ||
| LOGIN : String = "login" [statisch]
The login event type. | LiveCycleEvent | ||
| LOGOUT : String = "logout" [statisch]
The logout event type. | LiveCycleEvent | ||
| LOGOUT_COMPLETE : String = "logoutComplete" [statisch]
The logoutComplete event type. | LiveCycleEvent | ||
| PREFERENCES_COMMIT_COMPLETE : String = "preferencesCommitComplete" [statisch]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
| PREFERENCES_LOAD_COMPLETE : String = "preferencesLoadComplete" [statisch]
The preferencesCommitComplete event type. | LiveCycleEvent | ||
| RELEASE_COMPLETE : String = "releaseComplete" [statisch]
The releaseComplete event type. | LiveCycleEvent | ||
| UNLOAD : String = "unload" [statisch]
The unload event type. | LiveCycleEvent | ||
token | eigenschap |
token:lc.foundation.util:Token [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementatie
public function get token():lc.foundation.util:TokenLiveCycleEvent | () | Constructor |
public function LiveCycleEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstype: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 | () | methode |
override public function clone():Event| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The attachmentFillComplete event type.
AUTHENTICATION_COMPLETE | Constante |
public static const AUTHENTICATION_COMPLETE:String = "authenticationComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticationComplete event type.
COMMIT_COMPLETE | Constante |
public static const COMMIT_COMPLETE:String = "commitComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The getExtendedNoteComplete event type.
INIT_COMPLETE | Constante |
public static const INIT_COMPLETE:String = "initComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The initComplete event type.
LOGIN | Constante |
public static const LOGIN:String = "login"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The login event type.
LOGOUT | Constante |
public static const LOGOUT:String = "logout"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logout event type.
LOGOUT_COMPLETE | Constante |
public static const LOGOUT_COMPLETE:String = "logoutComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The logoutComplete event type.
PREFERENCES_COMMIT_COMPLETE | Constante |
public static const PREFERENCES_COMMIT_COMPLETE:String = "preferencesCommitComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete event type.
PREFERENCES_LOAD_COMPLETE | Constante |
public static const PREFERENCES_LOAD_COMPLETE:String = "preferencesLoadComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preferencesCommitComplete event type.
RELEASE_COMPLETE | Constante |
public static const RELEASE_COMPLETE:String = "releaseComplete"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The releaseComplete event type.
UNLOAD | Constante |
public static const UNLOAD:String = "unload"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unload event type.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven