Paquete | mx.automation.delegates.controls |
Clase | public class FlexNativeMenuAutomationImpl |
Herencia | FlexNativeMenuAutomationImpl EventDispatcher Object |
Implementa | IAutomationObject |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
automationName : String
Name that can be used as an identifier for this object. | FlexNativeMenuAutomationImpl | ||
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. | FlexNativeMenuAutomationImpl | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
menu : FlexNativeMenu
Returns the component instance associated with this delegate instance. | FlexNativeMenuAutomationImpl |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | FlexNativeMenuAutomationImpl | ||
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 | ||
FlexNativeMenuAutomationImpl | |||
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. | FlexNativeMenuAutomationImpl | ||
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 |
Eventos
Información sobre propiedades
automationName | propiedad |
automationName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
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
automationValue | propiedad |
automationValue:Array
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
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
menu | propiedad |
menu:FlexNativeMenu
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
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 menu():FlexNativeMenu
public function set menu(value:FlexNativeMenu):void
Información sobre constructores
FlexNativeMenuAutomationImpl | () | Información sobre |
public function FlexNativeMenuAutomationImpl(obj:FlexNativeMenu)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructor.
Parámetrosobj:FlexNativeMenu — FlexNativeMenu object to be automated.
|
Información sobre métodos
createAutomationIDPartWithRequiredProperties | () | método |
public function createAutomationIDPartWithRequiredProperties(child:IAutomationObject, properties:Array):Object
Parámetros
child:IAutomationObject | |
properties:Array |
Object |
init | () | método |
public static function init(root:DisplayObject):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
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.
|
Tue Jun 12 2018, 02:12 PM Z