패키지 | mx.automation.air |
클래스 | public class AirDragManagerAutomationHandler |
상속 | AirDragManagerAutomationHandler Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
lastClipBoardObject : Clipboard [정적] [읽기 전용]
Returns the clipboard instance of last drag event
| AirDragManagerAutomationHandler |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor
| AirDragManagerAutomationHandler | ||
[정적]
Returns the target of last drag start event
| AirDragManagerAutomationHandler | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
[정적]
Replays drag cancel event
| AirDragManagerAutomationHandler | ||
[정적]
Replays drag drop event
| AirDragManagerAutomationHandler | ||
[정적]
Replays drag drop event in marshalled applications
| AirDragManagerAutomationHandler | ||
replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [정적]
Replays drag start event
| AirDragManagerAutomationHandler | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
[정적]
Stores the details of current drag source
| AirDragManagerAutomationHandler | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
속성 세부 정보
lastClipBoardObject | 속성 |
생성자 세부 정보
AirDragManagerAutomationHandler | () | 생성자 |
public function AirDragManagerAutomationHandler()
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Constructor
메서드 세부 정보
getlastDragStartObj | () | 메서드 |
public static function getlastDragStartObj():IAutomationObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Returns the target of last drag start event
반환값IAutomationObject |
replayAIRDragCancelEvent | () | 메서드 |
public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Replays drag cancel event
매개 변수
realTarget:EventDispatcher — Object on which event is to be dispatched
| |
dragEvent:AutomationDragEvent — AutomationDragEvent object that holds information required to build a drag cancel event
|
replayAIRDragDropEvent | () | 메서드 |
public static function replayAIRDragDropEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Replays drag drop event
매개 변수
realTarget:EventDispatcher — Object on which event is to be dispatched
| |
dragEvent:AutomationDragEvent — AutomationDragEvent object that holds information required to build a drag drop event
|
replayAIRDragDropMarshalledEvent | () | 메서드 |
public static function replayAIRDragDropMarshalledEvent(realTarget:Object, dragEvent:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Replays drag drop event in marshalled applications
매개 변수
realTarget:Object — Object on which event is to be dispatched
| |
dragEvent:Object — AutomationDragEvent object that holds information required to build a drag drop event
|
replayAIRDragStartEvent | () | 메서드 |
public static function replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Replays drag start event
매개 변수
realTarget:EventDispatcher — Object on which the event is to be dispatched
| |
dragEvent:AutomationDragEvent — AutomationDragEvent object that holds information required to build a drag start event
| |
draggedItems:IAutomationObject — Object which is dragged
|
storeAIRDragSourceDetails | () | 메서드 |
public static function storeAIRDragSourceDetails(dragSource:DragSource):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.1 |
런타임 버전: | Flash Player 10, AIR 2 |
Stores the details of current drag source
매개 변수
dragSource:DragSource — DragSource object
|
Tue Jun 12 2018, 03:17 PM Z