Paquete | spark.components.supportClasses |
Clase | public final class InteractionState |
Herencia | InteractionState Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 2.5 |
state
property
of the InteractionStateDetector class.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DOWN : String = "down" [estática]
The component should be in the down state. | InteractionState | ||
OVER : String = "over" [estática]
The component should be in the over state. | InteractionState | ||
UP : String = "up" [estática]
The component should be in the up state. | InteractionState |
Información sobre constantes
DOWN | Constante |
public static const DOWN:String = "down"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 2.5 |
The component should be in the up state.
No interaction is occurring on this component.
Tue Jun 12 2018, 02:12 PM Z