| Pakiet | lc.foundation.events |
| Klasa | public class PropertyLoadEvent |
| Dziedziczenie | PropertyLoadEvent 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 |
PropertyLoadEvent event is dispatched when a property is
loaded. Some properties are not loaded until an explicit load method is called,
such as calling the loadStartpoints() method from the Category
to load the startpoints for a category.
The PropertyLoadEvent event is passed to event listeners to indicate
that this property has been successfully loaded when the load operation has
successfully completed.
Powiązane elementy interfejsu API
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 | |
![]() | eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | |
| isPropertyCached : Boolean
The flag indicates whether the property is cached. | PropertyLoadEvent | ||
| propertyName : String
The property name of the event. | PropertyLoadEvent | ||
| source : Object
The source of the event. | PropertyLoadEvent | ||
![]() | target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | |
![]() | type : String [tylko do odczytu]
Typ zdarzenia. | Event | |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
PropertyLoadEvent(source:Object, propertyName:String, isPropertyCached:Boolean = false, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | PropertyLoadEvent | ||
[przesłanianie]
Creates a copy of a PropertyLoadEvent object
and sets the value of each property to match that of the original. | PropertyLoadEvent | ||
![]() |
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łe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| PROPERTY_LOAD : String = "propertyLoad" [statyczny]
A special value that specifies that the properties were loaded. | PropertyLoadEvent | ||
Szczegół właściwości
isPropertyCached | właściwość |
public var isPropertyCached:Boolean| 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 flag indicates whether the property is cached. A value of true
indicates that the property is cached.
propertyName | właściwość |
public var propertyName:String| 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 property name of the event.
source | właściwość |
public var source: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 source of the event.
Konstruktor Szczegół
PropertyLoadEvent | () | Konstruktor |
public function PropertyLoadEvent(source:Object, propertyName:String, isPropertyCached:Boolean = false, type:String, bubbles:Boolean = false, cancelable:Boolean = false)| 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.
Parametrysource:Object — Specifies the source of the event.
| |
propertyName:String — Specifies the property name of the event.
| |
isPropertyCached:Boolean (default = false) — Specifies whether the property is cached.
| |
type:String (default = NaN) — Specifies the type of the event. Defaults to PROPERTY_LOAD,
| |
bubbles:Boolean (default = false) — Specifies whether the event object participates in the bubbling stage of the event flow.
| |
cancelable:Boolean (default = false) — Specifies whether the event object can be canceled.
|
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 PropertyLoadEvent object
and sets the value of each property to match that of the original.
Event — A copy of the PropertyLoadEvent object.
|
Szczegół stałej
PROPERTY_LOAD | Stała |
public static const PROPERTY_LOAD:String = "propertyLoad"| 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 properties were loaded.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne