Paket | lc.foundation.events |
Klasse | public class PropertyLoadEvent |
Vererbung | PropertyLoadEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Verwandte API-Elemente
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | 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 [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
PropertyLoadEvent(source:Object, propertyName:String, isPropertyCached:Boolean = false, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | PropertyLoadEvent | ||
[override]
Creates a copy of a PropertyLoadEvent object
and sets the value of each property to match that of the original. | PropertyLoadEvent | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
PROPERTY_LOAD : String = "propertyLoad" [statisch]
A special value that specifies that the properties were loaded. | PropertyLoadEvent |
Eigenschaftendetails
isPropertyCached | Eigenschaft |
public var isPropertyCached:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var propertyName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The property name of the event.
source | Eigenschaft |
public var source:Object
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The source of the event.
Konstruktordetails
PropertyLoadEvent | () | Konstruktor |
public function PropertyLoadEvent(source:Object, propertyName:String, isPropertyCached:Boolean = false, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametersource: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.
|
Methodendetails
clone | () | Methode |
override public function clone():Event
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
|
Konstantendetails
PROPERTY_LOAD | Konstante |
public static const PROPERTY_LOAD:String = "propertyLoad"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the properties were loaded.
Tue Jun 12 2018, 10:04 AM Z