ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
mx.automation.events 

MarshalledAutomationEvent  - AS3 Flex

Paketmx.automation.events
Klassepublic class MarshalledAutomationEvent
VererbungMarshalledAutomationEvent Inheritance Event Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Flex 4
Laufzeitversionen: Flash Player 9, AIR 1.1

Die MarshalledAutomationEvents-Klasse stellt Ereignisobjekte dar, die vom AutomationManager ausgelöst werden. Dies stellt mit Marshalling in Verbindung stehende Ereignisse dar.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  applicationName : String
Enthält einen String, welcher den Namen (application Name) der Anwendung darstellt.
MarshalledAutomationEvent
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
  interAppDataToMainApp : Array
Enthält ein Objekt, welches Ergebnisdetails für findObjectID darstellt.
MarshalledAutomationEvent
  interAppDataToSubApp : Array
Enthält einen String, welcher descriptionXML-Informationen für findObjectID darstellt.
MarshalledAutomationEvent
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
MarshalledAutomationEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = true, applicationName:String = null, interAppDataToSubApp:Array = null, interAppDataToMainApp:Array = null)
MarshalledAutomationEvent
 Inherited
Dupliziert eine Instanz einer Event-Unterklasse.
Event
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
  
[statisch]
MarshalledAutomationEvent
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  BEGIN_RECORDING : String = "BeginRecording"
[statisch]
MarshalledAutomationEvent
  DRAG_DROP_COMPLETE_REQUEST : String = "completeDragDrop"
[statisch]
MarshalledAutomationEvent
  DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP : String = "performDragDropRequestToRootApp"
[statisch]
MarshalledAutomationEvent
  DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP : String = "performDragDropRequestToSubApp"
[statisch]
MarshalledAutomationEvent
  DRAG_DROP_PROXY_RETRIEVE_REPLY : String = "GiveProxyReply"
[statisch]
MarshalledAutomationEvent
  DRAG_DROP_PROXY_RETRIEVE_REQUEST : String = "GiveProxy"
[statisch]
MarshalledAutomationEvent
  END_RECORDING : String = "EndRecording"
[statisch]
MarshalledAutomationEvent
  INITIAL_DETAILS_REPLY : String = "InitialDetailsReply"
[statisch]
MarshalledAutomationEvent
  INITIAL_DETAILS_REQUEST : String = "InitialDetailsRequest"
[statisch]
MarshalledAutomationEvent
  POPUP_HANDLER_REQUEST : String = "HandlePopUp"
[statisch]
MarshalledAutomationEvent
  START_POINT_REPLY : String = "startPointReply"
[statisch]
MarshalledAutomationEvent
  START_POINT_REQUEST : String = "startPointRequest"
[statisch]
MarshalledAutomationEvent
  UNIQUE_APPID_REPLY : String = "GetUniqueAppIDReply"
[statisch]
MarshalledAutomationEvent
  UNIQUE_APPID_REQUEST : String = "GetUniqueAppID"
[statisch]
MarshalledAutomationEvent
  UPDATE_SYCHRONIZATION : String = "UpdateSynchronization"
[statisch]
MarshalledAutomationEvent
Eigenschaftendetails

applicationName

Eigenschaft
public var applicationName:String

Sprachversion: ActionScript 3.0
Produktversion: Flex 4
Laufzeitversionen: Flash Player 9, AIR 1.1

Enthält einen string, welcher den Namen (application Name) der Anwendung darstellt.

interAppDataToMainApp

Eigenschaft 
public var interAppDataToMainApp:Array

Sprachversion: ActionScript 3.0
Produktversion: Flex 4
Laufzeitversionen: Flash Player 9, AIR 1.1

Enthält ein Objekt, welches Ergebnisdetails für findObjectID darstellt.

interAppDataToSubApp

Eigenschaft 
public var interAppDataToSubApp:Array

Sprachversion: ActionScript 3.0
Produktversion: Flex 4
Laufzeitversionen: Flash Player 9, AIR 1.1

Enthält einen string, welcher descriptionXML-Informationen für findObjectID darstellt.

Konstruktordetails

MarshalledAutomationEvent

()Konstruktor
public function MarshalledAutomationEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = true, applicationName:String = null, interAppDataToSubApp:Array = null, interAppDataToMainApp:Array = null)



Parameter
type:String
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = true)
 
applicationName:String (default = null)
 
interAppDataToSubApp:Array (default = null)
 
interAppDataToMainApp:Array (default = null)
Methodendetails

marshal

()Methode
public static function marshal(event:Event):MarshalledAutomationEvent

Parameter

event:Event

Rückgabewerte
MarshalledAutomationEvent
Konstantendetails

BEGIN_RECORDING

Konstante
public static const BEGIN_RECORDING:String = "BeginRecording"

DRAG_DROP_COMPLETE_REQUEST

Konstante 
public static const DRAG_DROP_COMPLETE_REQUEST:String = "completeDragDrop"

DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP

Konstante 
public static const DRAG_DROP_PERFORM_REQUEST_TO_ROOT_APP:String = "performDragDropRequestToRootApp"

DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP

Konstante 
public static const DRAG_DROP_PERFORM_REQUEST_TO_SUB_APP:String = "performDragDropRequestToSubApp"

DRAG_DROP_PROXY_RETRIEVE_REPLY

Konstante 
public static const DRAG_DROP_PROXY_RETRIEVE_REPLY:String = "GiveProxyReply"

DRAG_DROP_PROXY_RETRIEVE_REQUEST

Konstante 
public static const DRAG_DROP_PROXY_RETRIEVE_REQUEST:String = "GiveProxy"

END_RECORDING

Konstante 
public static const END_RECORDING:String = "EndRecording"

INITIAL_DETAILS_REPLY

Konstante 
public static const INITIAL_DETAILS_REPLY:String = "InitialDetailsReply"

INITIAL_DETAILS_REQUEST

Konstante 
public static const INITIAL_DETAILS_REQUEST:String = "InitialDetailsRequest"

POPUP_HANDLER_REQUEST

Konstante 
public static const POPUP_HANDLER_REQUEST:String = "HandlePopUp"

START_POINT_REPLY

Konstante 
public static const START_POINT_REPLY:String = "startPointReply"

START_POINT_REQUEST

Konstante 
public static const START_POINT_REQUEST:String = "startPointRequest"

UNIQUE_APPID_REPLY

Konstante 
public static const UNIQUE_APPID_REPLY:String = "GetUniqueAppIDReply"

UNIQUE_APPID_REQUEST

Konstante 
public static const UNIQUE_APPID_REQUEST:String = "GetUniqueAppID"

UPDATE_SYCHRONIZATION

Konstante 
public static const UPDATE_SYCHRONIZATION:String = "UpdateSynchronization"





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.