Pakket | lc.foundation.events |
Klasse | public class LiveCycleFaultEvent |
Overerving | LiveCycleFaultEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
LiveCycleFaultEvent
event is dispatched when a fault occurs.
For information on using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace 10.0 User Interface .
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 | ||
errorMessage : Message
The error message. | LiveCycleFaultEvent | ||
errorParams : Object
Additional parameters for the error. | LiveCycleFaultEvent | ||
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 fault. | LiveCycleFaultEvent | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Methode | Gedefinieerd door | ||
---|---|---|---|
LiveCycleFaultEvent(errorMessage:Message, errorParams:Object, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | LiveCycleFaultEvent | ||
[overschrijven]
Creates a copy of a LiveCycleFaultEvent object
and sets the value of each property to match that of the original. | LiveCycleFaultEvent | ||
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 | ||
---|---|---|---|
AUTHENTICATION_EXPIRED : String = "authenticationExpired" [statisch]
A special value that specifies that the session for a user timeed-out. | LiveCycleFaultEvent | ||
CONNECTION_LOST : String = "connectionLost" [statisch]
A special value that specifies that the session was disconnected. | LiveCycleFaultEvent | ||
CONNECTION_NOT_RECOVERED : String = "connectionNotRecovered" [statisch]
A special value that specifies that disconnected session could not be recovered. | LiveCycleFaultEvent | ||
CONNECTION_RECOVERED : String = "connectionRecovered" [statisch]
A special value that specifies that a previously disconnected session was recovered. | LiveCycleFaultEvent | ||
CREDENTIALS_REQUIRED : String = "credentialsRequired" [statisch]
A special value that specifies that credentials are required. | LiveCycleFaultEvent | ||
FAULT : String = "fault" [statisch]
A special value that specifies a fault or error occurred. | LiveCycleFaultEvent | ||
LOGIN_INCORRECT : String = "loginIncorrect" [statisch]
A special value that specifies incorrect credentials were used to login to Workspace. | LiveCycleFaultEvent |
errorMessage | eigenschap |
public var errorMessage:Message
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The error message.
errorParams | eigenschap |
public var errorParams:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Additional parameters for the error.
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 fault. The value is useful for asynchronous completion token patterns.
Implementatie
public function get token():lc.foundation.util:Token
LiveCycleFaultEvent | () | Constructor |
public function LiveCycleFaultEvent(errorMessage:Message, errorParams:Object, 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.
ParameterserrorMessage:Message — Specifies the error message.
| |
errorParams:Object — Specifies an object containing any parameters of interest relating to the error.
| |
type:String — Specifies the type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow. The default value is false .
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
token:lc.foundation.util:Token — Specifies 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 LiveCycleFaultEvent
object
and sets the value of each property to match that of the original.
Event — A copy of the LiveCycleFaultEvent object.
|
AUTHENTICATION_EXPIRED | Constante |
public static const AUTHENTICATION_EXPIRED:String = "authenticationExpired"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the session for a user timeed-out.
CONNECTION_LOST | Constante |
public static const CONNECTION_LOST:String = "connectionLost"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the session was disconnected.
CONNECTION_NOT_RECOVERED | Constante |
public static const CONNECTION_NOT_RECOVERED:String = "connectionNotRecovered"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that disconnected session could not be recovered.
CONNECTION_RECOVERED | Constante |
public static const CONNECTION_RECOVERED:String = "connectionRecovered"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that a previously disconnected session was recovered.
CREDENTIALS_REQUIRED | Constante |
public static const CREDENTIALS_REQUIRED:String = "credentialsRequired"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that credentials are required.
FAULT | Constante |
public static const FAULT:String = "fault"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a fault or error occurred.
LOGIN_INCORRECT | Constante |
public static const LOGIN_INCORRECT:String = "loginIncorrect"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies incorrect credentials were used to login to Workspace.
Wed Jun 13 2018, 11:42 AM Z