Pacote | mx.automation.air |
Classe | public class AirDragManagerAutomationHandler |
Herança | AirDragManagerAutomationHandler Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
lastClipBoardObject : Clipboard [estático] [somente leitura]
Returns the clipboard instance of last drag event
| AirDragManagerAutomationHandler |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor
| AirDragManagerAutomationHandler | ||
[estático]
Returns the target of last drag start event
| AirDragManagerAutomationHandler | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
[estático]
Replays drag cancel event
| AirDragManagerAutomationHandler | ||
[estático]
Replays drag drop event
| AirDragManagerAutomationHandler | ||
[estático]
Replays drag drop event in marshalled applications
| AirDragManagerAutomationHandler | ||
replayAIRDragStartEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent, draggedItems:IAutomationObject):void [estático]
Replays drag start event
| AirDragManagerAutomationHandler | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
[estático]
Stores the details of current drag source
| AirDragManagerAutomationHandler | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
lastClipBoardObject | propriedade |
Detalhes do construtor
AirDragManagerAutomationHandler | () | Construtor |
public function AirDragManagerAutomationHandler()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2 |
Constructor
Detalhes do método
getlastDragStartObj | () | método |
public static function getlastDragStartObj():IAutomationObject
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2 |
Returns the target of last drag start event
RetornaIAutomationObject |
replayAIRDragCancelEvent | () | método |
public static function replayAIRDragCancelEvent(realTarget:EventDispatcher, dragEvent:AutomationDragEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.1 |
Versões de runtime: | Flash Player 10, AIR 2 |
Stores the details of current drag source
Parâmetros
dragSource:DragSource — DragSource object
|
Wed Jun 13 2018, 11:10 AM Z