Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
![]() | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | |
![]() |
Envia um evento para o fluxo de eventos. | IEventDispatcher | |
![]() |
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | |
Determines whether the specified state has been defined on this
UIComponent. | IStateClient2 | ||
![]() |
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher |
Detalhes da propriedade
states | propriedade |
transitions | propriedade |
Detalhes do método
hasState | () | método |
public function hasState(stateName:String):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Determines whether the specified state has been defined on this UIComponent.
Parâmetros
stateName:String — The name of the state being checked.
|
Boolean — Whether or not the specified state has been defined
|
Wed Jun 13 2018, 11:10 AM Z