Pacchetto | mx.automation.air |
Classe | public class AirDragManagerAutomationHandler |
Ereditarietà | AirDragManagerAutomationHandler Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
lastClipBoardObject : Clipboard [statico] [sola lettura]
Returns the clipboard instance of last drag event
| AirDragManagerAutomationHandler |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor
| AirDragManagerAutomationHandler | ||
[statico]
Returns the target of last drag start event
| AirDragManagerAutomationHandler | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
[statico]
Replays drag cancel event
| AirDragManagerAutomationHandler | ||
[statico]
Replays drag drop event
| AirDragManagerAutomationHandler | ||
[statico]
Replays drag drop event in marshalled applications
| AirDragManagerAutomationHandler | ||
replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [statico]
Replays drag start event
| AirDragManagerAutomationHandler | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
[statico]
Stores the details of current drag source
| AirDragManagerAutomationHandler | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
lastClipBoardObject | proprietà |
Descrizione della funzione di costruzione
AirDragManagerAutomationHandler | () | Funzione di costruzione |
public function AirDragManagerAutomationHandler()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Constructor
Descrizione dei metodi
getlastDragStartObj | () | metodo |
public static function getlastDragStartObj():IAutomationObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Returns the target of last drag start event
RestituisceIAutomationObject |
replayAIRDragCancelEvent | () | metodo |
public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Replays drag cancel event
Parametri
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 | () | metodo |
public static function replayAIRDragDropEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Replays drag drop event
Parametri
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 | () | metodo |
public static function replayAIRDragDropMarshalledEvent(realTarget:Object, dragEvent:Object):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Replays drag drop event in marshalled applications
Parametri
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 | () | metodo |
public static function replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Replays drag start event
Parametri
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 | () | metodo |
public static function storeAIRDragSourceDetails(dragSource:DragSource):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.1 |
Versioni runtime: | Flash Player 10, AIR 2 |
Stores the details of current drag source
Parametri
dragSource:DragSource — DragSource object
|
Tue Jun 12 2018, 02:44 PM Z