| Pacote | mx.automation.events |
| Classe | public class MarshalledAutomationEvent |
| Herança | MarshalledAutomationEvent Event Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| applicationName : String
Contains string which represents the application Name for the application. | MarshalledAutomationEvent | ||
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | |
| interAppDataToMainApp : Array
Contains Object which represents the result details for findObjectIDs. | MarshalledAutomationEvent | ||
| interAppDataToSubApp : Array
Contains string which represents the descriptionXML details for findObjectIDs. | MarshalledAutomationEvent | ||
![]() | target : Object [somente leitura]
O destino de evento. | Event | |
![]() | type : String [somente leitura]
O tipo de evento. | Event | |
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
| MarshalledAutomationEvent | |||
![]() |
Duplica uma ocorrência de uma subclasse Event. | Event | |
![]() |
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Verifica se o método preventDefault() foi chamado no evento. | Event | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
[estático] | MarshalledAutomationEvent | ||
![]() |
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | |
![]() |
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna uma string que contém todas as propriedades do objeto Event. | Event | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| BEGIN_RECORDING : String = "BeginRecording" [estático] | MarshalledAutomationEvent | ||
| DRAG_DROP_COMPLETE_REQUEST : String = "completeDragDrop" [estático] | MarshalledAutomationEvent | ||
| DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP : String = "performDragDropRequestToRootApp" [estático] | MarshalledAutomationEvent | ||
| DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP : String = "performDragDropRequestToSubApp" [estático] | MarshalledAutomationEvent | ||
| DRAG_DROP_PROXY_RETRIEVE_REPLY : String = "GiveProxyReply" [estático] | MarshalledAutomationEvent | ||
| DRAG_DROP_PROXY_RETRIEVE_REQUEST : String = "GiveProxy" [estático] | MarshalledAutomationEvent | ||
| END_RECORDING : String = "EndRecording" [estático] | MarshalledAutomationEvent | ||
| INITIAL_DETAILS_REPLY : String = "InitialDetailsReply" [estático] | MarshalledAutomationEvent | ||
| INITIAL_DETAILS_REQUEST : String = "InitialDetailsRequest" [estático] | MarshalledAutomationEvent | ||
| POPUP_HANDLER_REQUEST : String = "HandlePopUp" [estático] | MarshalledAutomationEvent | ||
| START_POINT_REPLY : String = "startPointReply" [estático] | MarshalledAutomationEvent | ||
| START_POINT_REQUEST : String = "startPointRequest" [estático] | MarshalledAutomationEvent | ||
| UNIQUE_APPID_REPLY : String = "GetUniqueAppIDReply" [estático] | MarshalledAutomationEvent | ||
| UNIQUE_APPID_REQUEST : String = "GetUniqueAppID" [estático] | MarshalledAutomationEvent | ||
| UPDATE_SYCHRONIZATION : String = "UpdateSynchronization" [estático] | MarshalledAutomationEvent | ||
Detalhes da propriedade
applicationName | propriedade |
public var applicationName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Contains string which represents the application Name for the application.
interAppDataToMainApp | propriedade |
public var interAppDataToMainApp:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Contains Object which represents the result details for findObjectIDs.
interAppDataToSubApp | propriedade |
public var interAppDataToSubApp:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Contains string which represents the descriptionXML details for findObjectIDs.
Detalhes do construtor
MarshalledAutomationEvent | () | Construtor |
public function MarshalledAutomationEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = true, applicationName:String = null, interAppDataToSubApp:Array = null, interAppDataToMainApp:Array = null)Parâmetros
type:String | |
bubbles:Boolean (default = true) | |
cancelable:Boolean (default = true) | |
applicationName:String (default = null) | |
interAppDataToSubApp:Array (default = null) | |
interAppDataToMainApp:Array (default = null) |
Detalhes do método
marshal | () | método |
public static function marshal(event:Event):MarshalledAutomationEventParâmetros
event:Event |
MarshalledAutomationEvent |
Detalhes da constante
BEGIN_RECORDING | Constante |
public static const BEGIN_RECORDING:String = "BeginRecording"DRAG_DROP_COMPLETE_REQUEST | Constante |
public static const DRAG_DROP_COMPLETE_REQUEST:String = "completeDragDrop"DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP | Constante |
public static const DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP:String = "performDragDropRequestToRootApp"DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP | Constante |
public static const DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP:String = "performDragDropRequestToSubApp"DRAG_DROP_PROXY_RETRIEVE_REPLY | Constante |
public static const DRAG_DROP_PROXY_RETRIEVE_REPLY:String = "GiveProxyReply"DRAG_DROP_PROXY_RETRIEVE_REQUEST | Constante |
public static const DRAG_DROP_PROXY_RETRIEVE_REQUEST:String = "GiveProxy"END_RECORDING | Constante |
public static const END_RECORDING:String = "EndRecording"INITIAL_DETAILS_REPLY | Constante |
public static const INITIAL_DETAILS_REPLY:String = "InitialDetailsReply"INITIAL_DETAILS_REQUEST | Constante |
public static const INITIAL_DETAILS_REQUEST:String = "InitialDetailsRequest"POPUP_HANDLER_REQUEST | Constante |
public static const POPUP_HANDLER_REQUEST:String = "HandlePopUp"START_POINT_REPLY | Constante |
public static const START_POINT_REPLY:String = "startPointReply"START_POINT_REQUEST | Constante |
public static const START_POINT_REQUEST:String = "startPointRequest"UNIQUE_APPID_REPLY | Constante |
public static const UNIQUE_APPID_REPLY:String = "GetUniqueAppIDReply"UNIQUE_APPID_REQUEST | Constante |
public static const UNIQUE_APPID_REQUEST:String = "GetUniqueAppID"UPDATE_SYCHRONIZATION | Constante |
public static const UPDATE_SYCHRONIZATION:String = "UpdateSynchronization"Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas