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] | UIComponentAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [solo lectura] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [solo lectura] | UIComponentAutomationImpl | ||
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. | UIComponentAutomationImpl | ||
automationVisible : Boolean [solo lectura] | UIComponentAutomationImpl | ||
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Método | Definido por | ||
---|---|---|---|
Constructor. | UIComponentAutomationImpl | ||
![]() | 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. | UIComponentAutomationImpl | ||
![]() |
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 an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | UIComponentAutomationImpl | ||
addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void | UIComponentAutomationImpl | ||
Method which gets called after the component has been initialized. | UIComponentAutomationImpl | ||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
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 |
uiComponent | propiedad |
uiComponent:DisplayObject
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 uiComponent():DisplayObject
public function set uiComponent(value:DisplayObject):void
UIComponentAutomationImpl | () | Información sobre |
public function UIComponentAutomationImpl(obj:UIComponent)
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:UIComponent — 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 an automation synchronization with the Layout Manager's 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.
addMouseEvent | () | método |
protected function addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void
Parámetros
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
useWeekRef:Boolean (default = false )
|
componentInitialized | () | método |
protected function componentInitialized():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 |
Method which gets called after the component has been initialized. This can be used to access any sub-components and act on them.
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.
|
removeMouseEvent | () | método |
protected function removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void
Parámetros
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
|
Tue Jun 12 2018, 02:12 PM Z