Paquete | mx.automation.air |
Clase | public class AirDragManagerAutomationHandler |
Herencia | AirDragManagerAutomationHandler Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
lastClipBoardObject : Clipboard [estática] [solo lectura]
Returns the clipboard instance of last drag event
| AirDragManagerAutomationHandler |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor
| AirDragManagerAutomationHandler | ||
[estática]
Returns the target of last drag start event
| AirDragManagerAutomationHandler | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
[estática]
Replays drag cancel event
| AirDragManagerAutomationHandler | ||
[estática]
Replays drag drop event
| AirDragManagerAutomationHandler | ||
[estática]
Replays drag drop event in marshalled applications
| AirDragManagerAutomationHandler | ||
replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [estática]
Replays drag start event
| AirDragManagerAutomationHandler | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
[estática]
Stores the details of current drag source
| AirDragManagerAutomationHandler | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
lastClipBoardObject | propiedad |
Información sobre constructores
AirDragManagerAutomationHandler | () | Información sobre |
public function AirDragManagerAutomationHandler()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Constructor
Información sobre métodos
getlastDragStartObj | () | método |
public static function getlastDragStartObj():IAutomationObject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Returns the target of last drag start event
Valor devueltoIAutomationObject |
replayAIRDragCancelEvent | () | método |
public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Replays drag cancel event
Parámetros
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 | () | método |
public static function replayAIRDragDropEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Replays drag drop event
Parámetros
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 | () | método |
public static function replayAIRDragDropMarshalledEvent(realTarget:Object, dragEvent:Object):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Replays drag drop event in marshalled applications
Parámetros
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 | () | método |
public static function replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Replays drag start event
Parámetros
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 | () | método |
public static function storeAIRDragSourceDetails(dragSource:DragSource):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.1 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2 |
Stores the details of current drag source
Parámetros
dragSource:DragSource — DragSource object
|
Tue Jun 12 2018, 02:12 PM Z