套件 | spark.components.supportClasses |
類別 | public final class InteractionState |
繼承 | InteractionState Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.1, AIR 2.5 |
state
property
of the InteractionStateDetector class.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
DOWN : String = "down" [靜態]
The component should be in the down state. | InteractionState | ||
OVER : String = "over" [靜態]
The component should be in the over state. | InteractionState | ||
UP : String = "up" [靜態]
The component should be in the up state. | InteractionState |
常數詳細資訊
DOWN | 常數 |
public static const DOWN:String = "down"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | 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 | 常數 |
public static const OVER:String = "over"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.1, AIR 2.5 |
The component should be in the over state.
The user is currently hovering over this component.
UP | 常數 |
public static const UP:String = "up"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | 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, 03:47 PM Z