패키지 | 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:17 PM Z