| Pacchetto | spark.components.supportClasses |
| Classe | public final class InteractionState |
| Ereditarietà | InteractionState Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni runtime: | Flash Player 10.1, AIR 2.5 |
state property
of the InteractionStateDetector class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| DOWN : String = "down" [statico]
The component should be in the down state. | InteractionState | ||
| OVER : String = "over" [statico]
The component should be in the over state. | InteractionState | ||
| UP : String = "up" [statico]
The component should be in the up state. | InteractionState | ||
Descrizione delle costanti
DOWN | Costante |
public static const DOWN:String = "down"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni 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 | Costante |
public static const OVER:String = "over"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni 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 | Costante |
public static const UP:String = "up"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4.5 |
| Versioni runtime: | 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:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate