Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.automation.delegates.flashflexkit 

UIMovieClipAutomationImpl  - AS3 Flex

Paquetemx.automation.delegates.flashflexkit
Clasepublic class UIMovieClipAutomationImpl
HerenciaUIMovieClipAutomationImpl Inheritance EventDispatcher Inheritance 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

Defines methods and properties required to perform instrumentation for the UIMovieclip control.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido 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
 Inheritedconstructor : 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
Propiedades protegidas
 PropiedadDefinido por
  resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl
Métodos públicos
 MétodoDefinido por
  
Constructor.
UIMovieClipAutomationImpl
 Inherited
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
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
  
[estática] Registers the delegate class for a component class with automation manager.
UIMovieClipAutomationImpl
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
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étodos protegidos
 MétodoDefinido por
  
Sets up a automation synchronization with layout manager update complete event.
UIMovieClipAutomationImpl
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
Información sobre propiedades

automationEnabled

propiedad
automationEnabled:Boolean  [solo lectura]



Implementación
    public function get automationEnabled():Boolean

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 
automationVisible:Boolean  [solo lectura]



Implementación
    public function get automationVisible():Boolean

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.

Información sobre constructores

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ámetros
obj:UIMovieClip — UIComponent object to be automated.
Información sobre métodos

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.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.