Paquete | mx.automation.delegates.core |
Clase | public class UITextFieldAutomationImpl |
Herencia | UITextFieldAutomationImpl ![]() |
Implementa | IAutomationObject |
Subclases | AdvancedDataGridItemRendererAutomationImpl, DataGridItemRendererAutomationImpl, SparkUITextFieldGridItemRendererAutomationImpl |
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] | UITextFieldAutomationImpl | ||
automationOwner : DisplayObjectContainer [solo lectura] | UITextFieldAutomationImpl | ||
automationParent : DisplayObjectContainer [solo lectura] | UITextFieldAutomationImpl | ||
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. | UITextFieldAutomationImpl | ||
automationVisible : Boolean [solo lectura] | UITextFieldAutomationImpl | ||
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | UITextFieldAutomationImpl | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
[estática]
Registers the delegate class for a component class with automation manager. | UITextFieldAutomationImpl | ||
![]() |
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 | |
![]() |
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 |
Información sobre propiedades
automationEnabled | propiedad |
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 |
Información sobre constructores
UITextFieldAutomationImpl | () | Información sobre |
public function UITextFieldAutomationImpl(obj:mx.core:UITextField)
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.core:UITextField — UITextField object to be automated.
|
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