Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
automationEnabled : Boolean [alleen-lezen] | UIComponentAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [alleen-lezen] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [alleen-lezen] | UIComponentAutomationImpl | ||
automationValue : Array [alleen-lezen]
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. | UIComponentAutomationImpl | ||
automationVisible : Boolean [alleen-lezen] | UIComponentAutomationImpl | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | UIComponentAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
[statisch]
Registers the delegate class for a component class with automation manager. | UIComponentAutomationImpl | ||
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 | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
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 | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Methode | Gedefinieerd door | ||
---|---|---|---|
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | UIComponentAutomationImpl | ||
addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void | UIComponentAutomationImpl | ||
Method which gets called after the component has been initialized. | UIComponentAutomationImpl | ||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
automationEnabled | eigenschap |
automationName | eigenschap |
automationOwner | eigenschap |
automationOwner:DisplayObjectContainer
[alleen-lezen] Implementatie
public function get automationOwner():DisplayObjectContainer
automationParent | eigenschap |
automationParent:DisplayObjectContainer
[alleen-lezen] Implementatie
public function get automationParent():DisplayObjectContainer
automationValue | eigenschap |
automationValue:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
Implementatie
public function get automationValue():Array
automationVisible | eigenschap |
uiComponent | eigenschap |
uiComponent:DisplayObject
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementatie
public function get uiComponent():DisplayObject
public function set uiComponent(value:DisplayObject):void
UIComponentAutomationImpl | () | Constructor |
public function UIComponentAutomationImpl(obj:UIComponent)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersobj:UIComponent — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | methode |
protected function addLayoutCompleteSynchronization():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. When certain actions are being replayed automation needs to wait before it can replay the next event. This wait is required to allow the framework to complete actions requested by the component. Normally a layout manager update complte event signals end of all updates. This method adds syncrhonization which gets signaled as complete when update_complete event is received.
addMouseEvent | () | methode |
protected function addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void
Parameters
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
useWeekRef:Boolean (default = false )
|
componentInitialized | () | methode |
protected function componentInitialized():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Method which gets called after the component has been initialized. This can be used to access any sub-components and act on them.
init | () | methode |
public static function init(root:DisplayObject):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parameters
root:DisplayObject — DisplayObject object representing the application root.
|
removeMouseEvent | () | methode |
protected function removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void
Parameters
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
|
Wed Jun 13 2018, 11:42 AM Z