| Paket | spark.components.supportClasses |
| Klass | public final class InteractionState |
| Arv | InteractionState Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4.5 |
| Körningsmiljöversioner: | Flash Player 10.1, AIR 2.5 |
state property
of the InteractionStateDetector class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
| Konstant | Definieras med | ||
|---|---|---|---|
| DOWN : String = "down" [statisk]
The component should be in the down state. | InteractionState | ||
| OVER : String = "over" [statisk]
The component should be in the over state. | InteractionState | ||
| UP : String = "up" [statisk]
The component should be in the up state. | InteractionState | ||
Konstantdetaljer
DOWN | Konstant |
public static const DOWN:String = "down"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4.5 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const OVER:String = "over"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4.5 |
| Körningsmiljöversioner: | Flash Player 10.1, AIR 2.5 |
The component should be in the over state.
The user is currently hovering over this component.
UP | Konstant |
public static const UP:String = "up"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4.5 |
| Körningsmiljöversioner: | 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, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper