ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
lc.foundation.events 

LiveCycleFaultEvent  - AS3 ADEP Workspace

Pakietlc.foundation.events
Klasapublic class LiveCycleFaultEvent
DziedziczenieLiveCycleFaultEvent Inheritance Event Inheritance 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

The 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ści publiczne
 WłaściwośćZdefiniowane przez
 Inheritedbubbles : Boolean
[tylko do odczytu] Określa, czy zdarzenie może przechodzić fazę propagacji.
Event
 Inheritedcancelable : Boolean
[tylko do odczytu] Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem.
Event
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
 InheritedcurrentTarget : 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
 InheritedeventPhase : uint
[tylko do odczytu] Bieżąca faza przepływu zdarzeń.
Event
 Inheritedtarget : 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
 Inheritedtype : String
[tylko do odczytu] Typ zdarzenia.
Event
Metody publiczne
 MetodaZdefiniowane 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
 Inherited
formatToString(className:String, ... arguments):String
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0.
Event
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault().
Event
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane.
Event
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim.
Event
 Inherited
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń.
Event
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event.
Event
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Stałe publiczne
 StałaZdefiniowane 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
Szczegół właściwości

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
Konstruktor Szczegół

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.

Parametry
errorMessage: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.
Szczegół metody

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.

Zwraca
Event — A copy of the LiveCycleFaultEvent object.
Szczegół stałej

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.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.