Pacchetto | mx.effects |
Classe | public class EffectManager |
Ereditarietà | EffectManager EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
[statico]
Immediately ends any effects currently playing on a target. | EffectManager | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
[statico]
Allows the EffectManager class to resume processing events
after a call to the suspendEventHandling() method. | EffectManager | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
[statico]
After this method is called, the EffectManager class ignores
all events, and no effects are triggered, until a call to
resumeEventHandling(). | EffectManager | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Descrizione dei metodi
endEffectsForTarget | () | metodo |
public static function endEffectsForTarget(target:IUIComponent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Immediately ends any effects currently playing on a target.
Parametri
target:IUIComponent — The target component on which to end all effects.
|
resumeEventHandling | () | metodo |
public static function resumeEventHandling():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | () | metodo |
public static function suspendEventHandling():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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, 02:44 PM Z