Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
currentState : String
The current view state. | IStateClient | ||
states : Array
The set of view state objects. | IStateClient2 | ||
transitions : Array
The set of view state transitions. | IStateClient2 |
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. | IEventDispatcher | ||
Invia un evento nel flusso di eventi. | IEventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | ||
Determines whether the specified state has been defined on this
UIComponent. | IStateClient2 | ||
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Descrizione delle proprietà
states | proprietà |
transitions | proprietà |
Descrizione dei metodi
hasState | () | metodo |
public function hasState(stateName:String):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Determines whether the specified state has been defined on this UIComponent.
Parametri
stateName:String — The name of the state being checked.
|
Boolean — Whether or not the specified state has been defined
|
Tue Jun 12 2018, 02:44 PM Z