| Pakket | mx.automation.events |
| Klasse | public class MarshalledAutomationEvent |
| Overerving | MarshalledAutomationEvent Event Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 4 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| applicationName : String
Contains string which represents the application Name for the application. | MarshalledAutomationEvent | ||
![]() | bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | |
![]() | cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | |
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
![]() | currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | |
![]() | eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | 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 [alleen-lezen]
Doel van gebeurtenis. | Event | |
![]() | type : String [alleen-lezen]
Het type gebeurtenis. | Event | |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
| MarshalledAutomationEvent | |||
![]() |
Dupliceert een instantie van een subklasse Event. | Event | |
![]() |
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
[statisch] | MarshalledAutomationEvent | ||
![]() |
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | |
![]() |
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Openbare constanten
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| 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 | ||
Eigenschapdetails
applicationName | eigenschap |
public var applicationName:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 4 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Contains string which represents the application Name for the application.
interAppDataToMainApp | eigenschap |
public var interAppDataToMainApp:Array| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 4 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Contains Object which represents the result details for findObjectIDs.
interAppDataToSubApp | eigenschap |
public var interAppDataToSubApp:Array| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 4 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Contains string which represents the descriptionXML details for findObjectIDs.
Constructordetails
MarshalledAutomationEvent | () | Constructor |
public function MarshalledAutomationEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = true, applicationName:String = null, interAppDataToSubApp:Array = null, interAppDataToMainApp:Array = null)Parameters
type:String | |
bubbles:Boolean (default = true) | |
cancelable:Boolean (default = true) | |
applicationName:String (default = null) | |
interAppDataToSubApp:Array (default = null) | |
interAppDataToMainApp:Array (default = null) |
Methodedetails
marshal | () | methode |
public static function marshal(event:Event):MarshalledAutomationEventParameters
event:Event |
MarshalledAutomationEvent |
Constantedetails
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:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven