Paquete | mx.automation.delegates.controls |
Clase | public class MenuAutomationImpl |
Herencia | MenuAutomationImpl ![]() ![]() ![]() ![]() ![]() ![]() |
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
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 | |
![]() | automationTabularData : Object [override] [solo lectura]
A matrix of the automationValues of each item in the grid. | ListAutomationImpl | |
![]() | 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 | |
showHideFromKeys : Boolean = false
Flag indicating whehter to record the show event or not. | MenuAutomationImpl | ||
![]() | uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
MenuAutomationImpl(obj:Menu)
Constructor. | MenuAutomationImpl | ||
![]() | 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. | MenuAutomationImpl | ||
![]() |
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 ScrollEvents. | ScrollControlBaseAutomationImpl | |
![]() |
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
Eventos
Información sobre propiedades
showHideFromKeys | propiedad |
public var showHideFromKeys:Boolean = false
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 |
Flag indicating whehter to record the show event or not. We should use triggerEvent property on MenuEvent.
Información sobre constructores
MenuAutomationImpl | () | Información sobre |
Información sobre métodos
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.
|
Tue Jun 12 2018, 02:12 PM Z