Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.automation.events 

MarshalledAutomationEvent  - AS3 Flex

Pacotemx.automation.events
Classepublic class MarshalledAutomationEvent
HerançaMarshalledAutomationEvent Inheritance Event Inheritance Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 4
Versões de runtime: Flash Player 9, AIR 1.1

The MarshalledAutomationEvents class represents event objects that are dispatched by the AutomationManager.This represents the marshalling related events.

Mais exemplos



Propriedades públicas
 PropriedadeDefinido por
  applicationName : String
Contains string which represents the application Name for the application.
MarshalledAutomationEvent
 Inheritedbubbles : Boolean
[somente leitura] Indica se um evento é do tipo bubbling.
Event
 Inheritedcancelable : Boolean
[somente leitura] Indica se o comportamento associado ao evento pode ser impedido.
Event
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
 InheritedcurrentTarget : Object
[somente leitura] O objeto que está processando ativamente o objeto Event com um ouvinte de evento.
Event
 InheritedeventPhase : 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
 Inheritedtarget : Object
[somente leitura] O destino de evento.
Event
 Inheritedtype : String
[somente leitura] O tipo de evento.
Event
Métodos públicos
 MétodoDefinido por
  
MarshalledAutomationEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = true, applicationName:String = null, interAppDataToSubApp:Array = null, interAppDataToMainApp:Array = null)
MarshalledAutomationEvent
 Inherited
Duplica uma ocorrência de uma subclasse Event.
Event
 Inherited
formatToString(className:String, ... arguments):String
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas.
Event
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Verifica se o método preventDefault() foi chamado no evento.
Event
 Inherited
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
 Inherited
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado.
Event
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos.
Event
 Inherited
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos.
Event
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna uma string que contém todas as propriedades do objeto Event.
Event
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
Constantes públicas
 ConstanteDefinido 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):MarshalledAutomationEvent

Parâmetros

event:Event

Retorna
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"





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.