Paquete | mx.automation.delegates.flashflexkit |
Clase | public class UIMovieClipAutomationImpl |
Herencia | UIMovieClipAutomationImpl EventDispatcher Object |
Implementa | IAutomationObject |
Subclases | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
Propiedad | Definido por | ||
---|---|---|---|
automationEnabled : Boolean [solo lectura] | UIMovieClipAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
automationOwner : DisplayObjectContainer [solo lectura] | UIMovieClipAutomationImpl | ||
automationParent : DisplayObjectContainer [solo lectura] | UIMovieClipAutomationImpl | ||
automationValue : Array [solo lectura]
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 [solo lectura] | UIMovieClipAutomationImpl | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl |
Propiedad | Definido por | ||
---|---|---|---|
resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl |
Método | Definido por | ||
---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
[estática]
Registers the delegate class for a component class with automation manager. | UIMovieClipAutomationImpl | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Método | Definido por | ||
---|---|---|---|
Sets up a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl |
automationEnabled | propiedad |
automationName | propiedad |
automationName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Name that can be used as an identifier for this object.
Implementación
public function get automationName():String
public function set automationName(value:String):void
automationOwner | propiedad |
automationOwner:DisplayObjectContainer
[solo lectura] Implementación
public function get automationOwner():DisplayObjectContainer
automationParent | propiedad |
automationParent:DisplayObjectContainer
[solo lectura] Implementación
public function get automationParent():DisplayObjectContainer
automationValue | propiedad |
automationValue:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get automationValue():Array
automationVisible | propiedad |
movieClip | propiedad |
movieClip:UIMovieClip
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementación
public function get movieClip():UIMovieClip
public function set movieClip(value:UIMovieClip):void
resourceManager | propiedad |
protected var resourceManager:IResourceManager
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Información sobre |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructor.
Parámetrosobj:UIMovieClip — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | método |
protected function addLayoutCompleteSynchronization():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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 | () | método |
public static function init(root:DisplayObject):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parámetros
root:DisplayObject — DisplayObject object representing the application root.
|
Tue Jun 12 2018, 02:12 PM Z