| Pacote | spark.components.supportClasses |
| Classe | public final class InteractionState |
| Herança | InteractionState Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
state property
of the InteractionStateDetector class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| DOWN : String = "down" [estático]
The component should be in the down state. | InteractionState | ||
| OVER : String = "over" [estático]
The component should be in the over state. | InteractionState | ||
| UP : String = "up" [estático]
The component should be in the up state. | InteractionState | ||
Detalhes da constante
DOWN | Constante |
public static const DOWN:String = "down"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The component should be in the down state.
The user is currently pressing down on this component.
OVER | Constante |
public static const OVER:String = "over"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The component should be in the over state.
The user is currently hovering over this component.
UP | Constante |
public static const UP:String = "up"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4.5 |
| Versões de runtime: | Flash Player 10.1, AIR 2.5 |
The component should be in the up state.
No interaction is occurring on this component.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas