| Paket | mx.automation.events |
| Klasse | public class MarshalledAutomationEvent |
| Vererbung | MarshalledAutomationEvent Event Object |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Laufzeitversionen: | Flash Player 9, AIR 1.1 |
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| applicationName : String
Enthält einen String, welcher den Namen (application Name) der Anwendung darstellt. | MarshalledAutomationEvent | ||
![]() | bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | |
![]() | cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | |
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
![]() | currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | |
![]() | eventPhase : 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 | ||
![]() | target : Object [schreibgeschützt]
Das Ereignis-Ziel. | Event | |
![]() | type : String [schreibgeschützt]
Der Ereignistyp. | Event | |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
| MarshalledAutomationEvent | |||
![]() |
Dupliziert eine Instanz einer Event-Unterklasse. | Event | |
![]() |
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | |
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
[statisch] | MarshalledAutomationEvent | ||
![]() |
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | |
![]() |
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
Öffentliche Konstanten
| Konstante | Definiert 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):MarshalledAutomationEventParameter
event:Event |
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"Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen