Paket | mx.automation.delegates.flashflexkit |
Klass | public class UIMovieClipAutomationImpl |
Arv | UIMovieClipAutomationImpl EventDispatcher Object |
Implementerar | IAutomationObject |
Underklasser | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Egenskap | Definieras med | ||
---|---|---|---|
automationEnabled : Boolean [skrivskyddad] | UIMovieClipAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
automationOwner : DisplayObjectContainer [skrivskyddad] | UIMovieClipAutomationImpl | ||
automationParent : DisplayObjectContainer [skrivskyddad] | UIMovieClipAutomationImpl | ||
automationValue : Array [skrivskyddad]
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 [skrivskyddad] | UIMovieClipAutomationImpl | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl |
Egenskap | Definieras med | ||
---|---|---|---|
resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
[statisk]
Registers the delegate class for a component class with automation manager. | UIMovieClipAutomationImpl | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Metod | Definieras med | ||
---|---|---|---|
Sets up a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl |
automationEnabled | egenskap |
automationName | egenskap |
automationOwner | egenskap |
automationOwner:DisplayObjectContainer
[skrivskyddad] Implementering
public function get automationOwner():DisplayObjectContainer
automationParent | egenskap |
automationParent:DisplayObjectContainer
[skrivskyddad] Implementering
public function get automationParent():DisplayObjectContainer
automationValue | egenskap |
automationValue:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get automationValue():Array
automationVisible | egenskap |
movieClip | egenskap |
movieClip:UIMovieClip
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementering
public function get movieClip():UIMovieClip
public function set movieClip(value:UIMovieClip):void
resourceManager | egenskap |
protected var resourceManager:IResourceManager
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Konstruktor |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrarobj:UIMovieClip — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | metod |
protected function addLayoutCompleteSynchronization():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | () | metod |
public static function init(root:DisplayObject):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parametrar
root:DisplayObject — DisplayObject object representing the application root.
|
Tue Jun 12 2018, 01:40 PM Z