Pakket | mx.automation |
Klasse | public class Automation |
Overerving | Automation Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
automationDebugTracer : mx.automation:IAutomationDebugTracer [statisch] [alleen-lezen]
The available IAutomationDebugTracer instance. | Automation | ||
automationManager : IAutomationManager [statisch]
The IAutomationManager instance. | Automation | ||
automationManager2 : IAutomationManager2 [statisch] [alleen-lezen] | Automation | ||
automationObjectHelper : IAutomationObjectHelper [statisch] [alleen-lezen]
The available IAutomationObjectHelper instance. | Automation | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
initialized : Boolean [statisch] [alleen-lezen]
Contains true if the automation module has been initialized. | Automation | ||
mouseSimulator : IAutomationMouseSimulator [statisch]
The currently active mouse simulator. | Automation |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch] | Automation | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
[statisch]
Registers the component class and delegate class association with Automation. | Automation | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
automationDebugTracer | eigenschap |
automationDebugTracer:mx.automation:IAutomationDebugTracer
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The available IAutomationDebugTracer instance.
Implementatie
public static function get automationDebugTracer():mx.automation:IAutomationDebugTracer
automationManager | eigenschap |
automationManager:IAutomationManager
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The IAutomationManager instance.
Implementatie
public static function get automationManager():IAutomationManager
public static function set automationManager(value:IAutomationManager):void
automationManager2 | eigenschap |
automationManager2:IAutomationManager2
[alleen-lezen] Implementatie
public static function get automationManager2():IAutomationManager2
automationObjectHelper | eigenschap |
automationObjectHelper:IAutomationObjectHelper
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The available IAutomationObjectHelper instance.
Implementatie
public static function get automationObjectHelper():IAutomationObjectHelper
initialized | eigenschap |
mouseSimulator | eigenschap |
mouseSimulator:IAutomationMouseSimulator
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The currently active mouse simulator.
Implementatie
public static function get mouseSimulator():IAutomationMouseSimulator
public static function set mouseSimulator(value:IAutomationMouseSimulator):void
Methodedetails
getMainApplication | () | methode |
registerDelegateClass | () | methode |
public static function registerDelegateClass(compClass:Class, delegateClass:Class, priority:int = 0):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Registers the component class and delegate class association with Automation.
Parameters
compClass:Class — The component class.
| |
delegateClass:Class — The delegate class associated with the component.
| |
priority:int (default = 0 )
|
Wed Jun 13 2018, 11:42 AM Z