Pakiet | mx.effects |
Klasa | public class EffectManager |
Dziedziczenie | EffectManager EventDispatcher Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
show
and move
events, dispatched by objects in a Flex application.
For each event, corresponding to an event trigger, it determines if
there is an effect assigned to the object.
If an effect is defined, it plays the effect.
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
[statyczny]
Immediately ends any effects currently playing on a target. | EffectManager | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
[statyczny]
Allows the EffectManager class to resume processing events
after a call to the suspendEventHandling() method. | EffectManager | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
[statyczny]
After this method is called, the EffectManager class ignores
all events, and no effects are triggered, until a call to
resumeEventHandling(). | EffectManager | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Zdarzenia
Szczegół metody
endEffectsForTarget | () | metoda |
public static function endEffectsForTarget(target:IUIComponent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Immediately ends any effects currently playing on a target.
Parametry
target:IUIComponent — The target component on which to end all effects.
|
resumeEventHandling | () | metoda |
public static function resumeEventHandling():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Allows the EffectManager class to resume processing events
after a call to the suspendEventHandling()
method.
Used internally in conjunction with the
suspendEventHandling()
method
so that an effect that is updating the screen
does not cause another effect to be triggered.
suspendEventHandling | () | metoda |
public static function suspendEventHandling():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
After this method is called, the EffectManager class ignores
all events, and no effects are triggered, until a call to
resumeEventHandling()
.
Used internally so that an effect that is updating the screen
does not cause another effect to be triggered.
Tue Jun 12 2018, 12:06 PM Z