Pacote | mx.automation.delegates.core |
Classe | public class UITextFieldAutomationImpl |
Herança | UITextFieldAutomationImpl ![]() |
Implementações | IAutomationObject |
Subclasses | AdvancedDataGridItemRendererAutomationImpl, DataGridItemRendererAutomationImpl, SparkUITextFieldGridItemRendererAutomationImpl |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
automationEnabled : Boolean [somente leitura] | UITextFieldAutomationImpl | ||
automationOwner : DisplayObjectContainer [somente leitura] | UITextFieldAutomationImpl | ||
automationParent : DisplayObjectContainer [somente leitura] | UITextFieldAutomationImpl | ||
automationValue : Array [somente leitura]
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 [somente leitura] | UITextFieldAutomationImpl | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | UITextFieldAutomationImpl | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
[estático]
Registers the delegate class for a component class with automation manager. | UITextFieldAutomationImpl | ||
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
automationEnabled | propriedade |
automationOwner | propriedade |
automationOwner:DisplayObjectContainer
[somente leitura] Implementação
public function get automationOwner():DisplayObjectContainer
automationParent | propriedade |
automationParent:DisplayObjectContainer
[somente leitura] Implementação
public function get automationParent():DisplayObjectContainer
automationValue | propriedade |
automationValue:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get automationValue():Array
automationVisible | propriedade |
Detalhes do construtor
UITextFieldAutomationImpl | () | Construtor |
public function UITextFieldAutomationImpl(obj:mx.core:UITextField)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parâmetrosobj:mx.core:UITextField — UITextField object to be automated.
|
Detalhes do método
init | () | método |
public static function init(root:DisplayObject):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z