Pakiet | mx.automation.air |
Klasa | public class AirDragManagerAutomationHandler |
Dziedziczenie | AirDragManagerAutomationHandler Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
lastClipBoardObject : Clipboard [statyczny] [tylko do odczytu]
Returns the clipboard instance of last drag event
| AirDragManagerAutomationHandler |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor
| AirDragManagerAutomationHandler | ||
[statyczny]
Returns the target of last drag start event
| AirDragManagerAutomationHandler | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
[statyczny]
Replays drag cancel event
| AirDragManagerAutomationHandler | ||
[statyczny]
Replays drag drop event
| AirDragManagerAutomationHandler | ||
[statyczny]
Replays drag drop event in marshalled applications
| AirDragManagerAutomationHandler | ||
replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [statyczny]
Replays drag start event
| AirDragManagerAutomationHandler | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
[statyczny]
Stores the details of current drag source
| AirDragManagerAutomationHandler | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
lastClipBoardObject | właściwość |
Konstruktor Szczegół
AirDragManagerAutomationHandler | () | Konstruktor |
public function AirDragManagerAutomationHandler()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Constructor
Szczegół metody
getlastDragStartObj | () | metoda |
public static function getlastDragStartObj():IAutomationObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Returns the target of last drag start event
ZwracaIAutomationObject |
replayAIRDragCancelEvent | () | metoda |
public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Replays drag cancel event
Parametry
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 | () | metoda |
public static function replayAIRDragDropEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Replays drag drop event
Parametry
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 | () | metoda |
public static function replayAIRDragDropMarshalledEvent(realTarget:Object, dragEvent:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Replays drag drop event in marshalled applications
Parametry
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 | () | metoda |
public static function replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Replays drag start event
Parametry
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 | () | metoda |
public static function storeAIRDragSourceDetails(dragSource:DragSource):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.1 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 2 |
Stores the details of current drag source
Parametry
dragSource:DragSource — DragSource object
|
Tue Jun 12 2018, 12:06 PM Z