Paket | spark.components.supportClasses |
Sınıf | public final class InteractionState |
Miras Alma | InteractionState Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.5 |
state
property
of the InteractionStateDetector class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
DOWN : String = "down" [statik]
The component should be in the down state. | InteractionState | ||
OVER : String = "over" [statik]
The component should be in the over state. | InteractionState | ||
UP : String = "up" [statik]
The component should be in the up state. | InteractionState |
Sabit Ayrıntısı
DOWN | Sabit |
public static const DOWN:String = "down"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OVER:String = "over"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.5 |
The component should be in the over state.
The user is currently hovering over this component.
UP | Sabit |
public static const UP:String = "up"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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:09 PM Z