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...
coldfusion.service.events 

ColdFusionServiceFaultEvent  - AS3 CF

Pakietcoldfusion.service.events
Klasapublic class ColdFusionServiceFaultEvent
DziedziczenieColdFusionServiceFaultEvent Inheritance FaultEvent Inheritance AbstractEvent Inheritance MessageEvent Inheritance Event Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

The Fault Event that is dispatched if an error occurs when accessing ColdFusion services using ActionScript proxy classes.



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
 InheritedeventPhase : uint
[tylko do odczytu] Bieżąca faza przepływu zdarzeń.
Event
 Inheritedfault : Fault
[tylko do odczytu] The Fault object that contains the details of what caused this event.
FaultEvent
 Inheritedheaders : Object
In certain circumstances, headers may also be returned with a fault to provide further context to the failure.
FaultEvent
 Inheritedmessage : IMessage
The Message associated with this event.
MessageEvent
 InheritedstatusCode : int
[tylko do odczytu] If the source message was sent via HTTP, this property provides access to the HTTP response status code (if available), otherwise the value is 0.
FaultEvent
 Inheritedtarget : Object
[tylko do odczytu] Miejsce docelowe zdarzenia.
Event
 Inheritedtoken : mx.rpc:AsyncToken
[tylko do odczytu] The token that represents the call to the method.
AbstractEvent
 Inheritedtype : String
[tylko do odczytu] Typ zdarzenia.
Event
Metody publiczne
 MetodaZdefiniowane przez
  
ColdFusionServiceFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, fault:Fault = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Creates a ColdFusionServiceFaultEvent object that contains information about ColdFusion service errors.
ColdFusionServiceFaultEvent
 Inherited
[przesłanianie] Clones the MessageEvent.
MessageEvent
  
[statyczny] Given a fault, this function constructs and returns a ColdFusionServiceFaultEvent.
ColdFusionServiceFaultEvent
 Inherited
[statyczny] Given a MessageFaultEvent, this method constructs and returns a FaultEvent.
FaultEvent
 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
[przesłanianie] Returns a string representation of the FaultEvent.
FaultEvent
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Stałe publiczne
 StałaZdefiniowane przez
  FAULT : String = "fault"
[statyczny] Defines the value of the Type property of a ColdFusionServiceFaultEvent object.
ColdFusionServiceFaultEvent
Konstruktor Szczegół

ColdFusionServiceFaultEvent

()Konstruktor
public function ColdFusionServiceFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, fault:Fault = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Creates a ColdFusionServiceFaultEvent object that contains information about ColdFusion service errors.

Parametry
type:String — The type of the event. Event listeners can access this information through the inherited type property.
 
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling phase of the event flow.
 
cancelable:Boolean (default = true) — Determines whether the Event object can be canceled. Event listeners can access this information through the inherited cancelable property.
 
fault:Fault (default = null) — Object that holds details of the fault, including a faultCode and faultString.
 
token:mx.rpc:AsyncToken (default = null) — Token representing the call to the method. Used in the asynchronous completion token pattern.
 
message:IMessage (default = null) — Source Message of the fault.
Szczegół metody

createEvent

()metoda
public static function createEvent(fault:Fault, token:mx.rpc:AsyncToken, message:IMessage):ColdFusionServiceFaultEvent

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Given a fault, this function constructs and returns a ColdFusionServiceFaultEvent.

Parametry

fault:Fault — Fault that contains the details of the FaultEvent.
 
token:mx.rpc:AsyncToken — AsyncTokAsyncToken en [optional] associated with this fault.
 
message:IMessage

Zwraca
ColdFusionServiceFaultEvent
Szczegół stałej

FAULT

Stała
public static const FAULT:String = "fault"

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Defines the value of the Type property of a ColdFusionServiceFaultEvent object.





[ 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.