Pakket | mx.automation.delegates.flashflexkit |
Klasse | public class UIMovieClipAutomationImpl |
Overerving | UIMovieClipAutomationImpl EventDispatcher Object |
Implementatie | IAutomationObject |
Subklassen | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
automationEnabled : Boolean [alleen-lezen] | UIMovieClipAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
automationOwner : DisplayObjectContainer [alleen-lezen] | UIMovieClipAutomationImpl | ||
automationParent : DisplayObjectContainer [alleen-lezen] | UIMovieClipAutomationImpl | ||
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. | UIMovieClipAutomationImpl | ||
automationVisible : Boolean [alleen-lezen] | UIMovieClipAutomationImpl | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
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. | UIMovieClipAutomationImpl | ||
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 a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl |
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 |
movieClip | eigenschap |
movieClip:UIMovieClip
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 movieClip():UIMovieClip
public function set movieClip(value:UIMovieClip):void
resourceManager | eigenschap |
protected var resourceManager:IResourceManager
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Constructor |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersobj:UIMovieClip — 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 a automation synchronization with layout manager 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.
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.
|
Wed Jun 13 2018, 11:42 AM Z