패키지 | mx.core |
클래스 | public final class InteractionMode |
상속 | InteractionMode Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
interactionMode
property of the UIComponent class.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
MOUSE : String = "mouse" [정적]
The main interaction mode for this component is through
the mouse. | InteractionMode | ||
TOUCH : String = "touch" [정적]
The main interaction mode for this component is through
touch. | InteractionMode |
상수 세부 정보
MOUSE | 상수 |
public static const MOUSE:String = "mouse"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through the mouse.
TOUCH | 상수 |
public static const TOUCH:String = "touch"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
The main interaction mode for this component is through touch.
Tue Jun 12 2018, 03:17 PM Z