Pakiet | spark.components.supportClasses |
Klasa | public final class InteractionState |
Dziedziczenie | InteractionState Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.5 |
state
property
of the InteractionStateDetector class.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
DOWN : String = "down" [statyczny]
The component should be in the down state. | InteractionState | ||
OVER : String = "over" [statyczny]
The component should be in the over state. | InteractionState | ||
UP : String = "up" [statyczny]
The component should be in the up state. | InteractionState |
Szczegół stałej
DOWN | Stała |
public static const DOWN:String = "down"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const OVER:String = "over"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.5 |
The component should be in the over state.
The user is currently hovering over this component.
UP | Stała |
public static const UP:String = "up"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z