Pacchetto | mx.automation.delegates.flashflexkit |
Classe | public class UIMovieClipAutomationImpl |
Ereditarietà | UIMovieClipAutomationImpl EventDispatcher Object |
Implementa | IAutomationObject |
Sottoclassi | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
automationEnabled : Boolean [sola lettura] | UIMovieClipAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
automationOwner : DisplayObjectContainer [sola lettura] | UIMovieClipAutomationImpl | ||
automationParent : DisplayObjectContainer [sola lettura] | UIMovieClipAutomationImpl | ||
automationValue : Array [sola lettura]
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 [sola lettura] | UIMovieClipAutomationImpl | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl |
Proprietà | Definito da | ||
---|---|---|---|
resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[statico]
Registers the delegate class for a component class with automation manager. | UIMovieClipAutomationImpl | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodo | Definito da | ||
---|---|---|---|
Sets up a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl |
automationEnabled | proprietà |
automationName | proprietà |
automationOwner | proprietà |
automationOwner:DisplayObjectContainer
[sola lettura] Implementazione
public function get automationOwner():DisplayObjectContainer
automationParent | proprietà |
automationParent:DisplayObjectContainer
[sola lettura] Implementazione
public function get automationParent():DisplayObjectContainer
automationValue | proprietà |
automationValue:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get automationValue():Array
automationVisible | proprietà |
movieClip | proprietà |
movieClip:UIMovieClip
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementazione
public function get movieClip():UIMovieClip
public function set movieClip(value:UIMovieClip):void
resourceManager | proprietà |
protected var resourceManager:IResourceManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Funzione di costruzione |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametriobj:UIMovieClip — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | metodo |
protected function addLayoutCompleteSynchronization():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | () | metodo |
public static function init(root:DisplayObject):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parametri
root:DisplayObject — DisplayObject object representing the application root.
|
Tue Jun 12 2018, 02:44 PM Z