| Pakiet | com.adobe.gravity.utility.events |
| Klasa | public class AugmentedErrorEvent |
| Dziedziczenie | AugmentedErrorEvent ErrorEvent TextEvent Event Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Właściwości publiczne
| 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 | |
| error : Error [tylko do odczytu] The original Error object. | AugmentedErrorEvent | ||
![]() | errorID : int [tylko do odczytu]
Zawiera numer referencyjny skojarzony z konkretnym błędem. | ErrorEvent | |
![]() | eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | |
![]() | target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | |
![]() | text : String
W przypadku zdarzenia textInput jest to znak lub sekwencja znaków wprowadzonych przez użytkownika. | TextEvent | |
![]() | type : String [tylko do odczytu]
Typ zdarzenia. | Event | |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | AugmentedErrorEvent | ||
[przesłanianie]
Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original. | AugmentedErrorEvent | ||
![]() |
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 | |
![]() | [przesłanianie]
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu ErrorEvent. | ErrorEvent | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
Stałe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| ERROR : String = "error" [statyczny]
The AugmentedErrorEvent.ERROR constant defines the value of the
type property of the event object for an error event. | AugmentedErrorEvent | ||
Szczegół właściwości
error | właściwość |
Konstruktor Szczegół
AugmentedErrorEvent | () | Konstruktor |
public function AugmentedErrorEvent(error:Error, type:String = "error", bubbles:Boolean = false)| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Constructor.
Parametryerror:Error — The original Error object. Must not be null.
| |
type:String (default = "error") — The event type; generally the default type of "error" should be preferred, so that all errors can be caught without resorting to adding many handlers.
| |
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
|
Szczegół metody
clone | () | metoda |
override public function clone():Event| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original.
ZwracaEvent — A new ErrorEvent object with property values that match those of the original.
|
Szczegół stałej
ERROR | Stała |
public static const ERROR:String = "error"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
The AugmentedErrorEvent.ERROR constant defines the value of the
type property of the event object for an error event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
error | The Error object associated with this event. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne