Pakiet | lc.foundation.events |
Klasa | public class LiveCycleFaultEvent |
Dziedziczenie | LiveCycleFaultEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 .
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
errorMessage : Message
The error message. | LiveCycleFaultEvent | ||
errorParams : Object
Additional parameters for the error. | LiveCycleFaultEvent | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
token : lc.foundation.util:Token [tylko do odczytu]
The token that represents the call to the fault. | LiveCycleFaultEvent | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
LiveCycleFaultEvent(errorMessage:Message, errorParams:Object, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | LiveCycleFaultEvent | ||
[przesłanianie]
Creates a copy of a LiveCycleFaultEvent object
and sets the value of each property to match that of the original. | LiveCycleFaultEvent | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
AUTHENTICATION_EXPIRED : String = "authenticationExpired" [statyczny]
A special value that specifies that the session for a user timeed-out. | LiveCycleFaultEvent | ||
CONNECTION_LOST : String = "connectionLost" [statyczny]
A special value that specifies that the session was disconnected. | LiveCycleFaultEvent | ||
CONNECTION_NOT_RECOVERED : String = "connectionNotRecovered" [statyczny]
A special value that specifies that disconnected session could not be recovered. | LiveCycleFaultEvent | ||
CONNECTION_RECOVERED : String = "connectionRecovered" [statyczny]
A special value that specifies that a previously disconnected session was recovered. | LiveCycleFaultEvent | ||
CREDENTIALS_REQUIRED : String = "credentialsRequired" [statyczny]
A special value that specifies that credentials are required. | LiveCycleFaultEvent | ||
FAULT : String = "fault" [statyczny]
A special value that specifies a fault or error occurred. | LiveCycleFaultEvent | ||
LOGIN_INCORRECT : String = "loginIncorrect" [statyczny]
A special value that specifies incorrect credentials were used to login to Workspace. | LiveCycleFaultEvent |
errorMessage | właściwość |
public var errorMessage:Message
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The error message.
errorParams | właściwość |
public var errorParams:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Additional parameters for the error.
token | właściwość |
token:lc.foundation.util:Token
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get token():lc.foundation.util:Token
LiveCycleFaultEvent | () | Konstruktor |
public function LiveCycleFaultEvent(errorMessage:Message, errorParams:Object, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametryerrorMessage: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 | () | metoda |
override public function clone():Event
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const AUTHENTICATION_EXPIRED:String = "authenticationExpired"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the session for a user timeed-out.
CONNECTION_LOST | Stała |
public static const CONNECTION_LOST:String = "connectionLost"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the session was disconnected.
CONNECTION_NOT_RECOVERED | Stała |
public static const CONNECTION_NOT_RECOVERED:String = "connectionNotRecovered"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that disconnected session could not be recovered.
CONNECTION_RECOVERED | Stała |
public static const CONNECTION_RECOVERED:String = "connectionRecovered"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that a previously disconnected session was recovered.
CREDENTIALS_REQUIRED | Stała |
public static const CREDENTIALS_REQUIRED:String = "credentialsRequired"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that credentials are required.
FAULT | Stała |
public static const FAULT:String = "fault"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies a fault or error occurred.
LOGIN_INCORRECT | Stała |
public static const LOGIN_INCORRECT:String = "loginIncorrect"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies incorrect credentials were used to login to Workspace.
Tue Jun 12 2018, 12:06 PM Z