Paquete | mx.automation.delegates.containers |
Clase | public class TabNavigatorAutomationImpl |
Herencia | TabNavigatorAutomationImpl ViewStackAutomationImpl ContainerAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
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
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | TabNavigatorAutomationImpl | ||
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. | TabNavigatorAutomationImpl | ||
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 | ||
[override]
Replays ItemClickEvents by dispatching a MouseEvent to the item that was
clicked. | TabNavigatorAutomationImpl | ||
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étodos protegidos
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 | ||
[override]
Method which gets called after the component has been initialized. | TabNavigatorAutomationImpl | ||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
Eventos
Información sobre constructores
TabNavigatorAutomationImpl | () | Información sobre |
public function TabNavigatorAutomationImpl(obj:mx.containers:TabNavigator)
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:mx.containers:TabNavigator — TabNavigator object to be automated.
|
Información sobre métodos
componentInitialized | () | método |
override 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 the component.
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 — The SystemManger of the application.
|
replayAutomatableEvent | () | método |
override public function replayAutomatableEvent(interaction:Event):Boolean
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 |
Replays ItemClickEvents by dispatching a MouseEvent to the item that was clicked.
Parámetros
interaction:Event — The event to replay.
|
Boolean — true if the replay was successful. Otherwise, returns false .
|
Tue Jun 12 2018, 02:12 PM Z