| Package | mx.automation.delegates.core |
| Class | public class UITextFieldAutomationImpl |
| Inheritance | UITextFieldAutomationImpl Object |
| Implements | IAutomationObject |
| Subclasses | DataGridItemRendererAutomationImpl |
See also
| Property | Defined by | ||
|---|---|---|---|
| automationValue : Array
[read-only]
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 | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| UITextFieldAutomationImpl | ||
|
init(root:DisplayObject):void
[static]
Registers the delegate class for a component class with automation manager.
| UITextFieldAutomationImpl | ||
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| automationValue | property |
automationValue:Array [read-only]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.
Implementation public function get automationValue():Array
| UITextFieldAutomationImpl | () | constructor |
public function UITextFieldAutomationImpl(obj:UITextField)Constructor.
Parametersobj:UITextField — UITextField object to be automated.
|
| init | () | method |
public static function init(root:DisplayObject):voidRegisters the delegate class for a component class with automation manager.
Parametersroot:DisplayObject |