Pakket | spark.components.supportClasses |
Klasse | public final class InteractionState |
Overerving | InteractionState Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.1, AIR 2.5 |
state
property
of the InteractionStateDetector class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DOWN : String = "down" [statisch]
The component should be in the down state. | InteractionState | ||
OVER : String = "over" [statisch]
The component should be in the over state. | InteractionState | ||
UP : String = "up" [statisch]
The component should be in the up state. | InteractionState |
Constantedetails
DOWN | Constante |
public static const DOWN:String = "down"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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:42 AM Z