ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.automation.delegates.core 

UIFTETextFieldAutomationImpl  - AS3 Flex

Packagemx.automation.delegates.core
Classpublic class UIFTETextFieldAutomationImpl
InheritanceUIFTETextFieldAutomationImpl Inheritance Object
Implements IAutomationObject
Subclasses FTEDataGridItemRendererAutomationImpl, SparkDefaultGridItemRendererAutomationImpl

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 9, AIR 1.1

Defines the methods and properties required to perform instrumentation for the UIFTETextField class.



Public Properties
 PropertyDefined By
  automationDelegate : Object
UIFTETextFieldAutomationImpl
  automationEnabled : Boolean
[read-only]
UIFTETextFieldAutomationImpl
  automationName : String
UIFTETextFieldAutomationImpl
  automationOwner : DisplayObjectContainer
[read-only]
UIFTETextFieldAutomationImpl
  automationParent : DisplayObjectContainer
[read-only]
UIFTETextFieldAutomationImpl
  automationTabularData : Object
[read-only]
UIFTETextFieldAutomationImpl
  automationValue : Array
[read-only]
UIFTETextFieldAutomationImpl
  automationVisible : Boolean
[read-only]
UIFTETextFieldAutomationImpl
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  numAutomationChildren : int
[read-only]
UIFTETextFieldAutomationImpl
  showInAutomationHierarchy : Boolean
UIFTETextFieldAutomationImpl
Public Methods
 MethodDefined By
  
Constructor.
UIFTETextFieldAutomationImpl
  
UIFTETextFieldAutomationImpl
  
UIFTETextFieldAutomationImpl
  
UIFTETextFieldAutomationImpl
  
UIFTETextFieldAutomationImpl
 Inherited
Indicates whether an object has a specified property defined.
Object
  
[static] Registers the delegate class for a component class with automation manager.
UIFTETextFieldAutomationImpl
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
UIFTETextFieldAutomationImpl
  
UIFTETextFieldAutomationImpl
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

automationDelegate

property
automationDelegate:Object



Implementation
    public function get automationDelegate():Object
    public function set automationDelegate(value:Object):void

automationEnabled

property 
automationEnabled:Boolean  [read-only]



Implementation
    public function get automationEnabled():Boolean

automationName

property 
automationName:String



Implementation
    public function get automationName():String
    public function set automationName(value:String):void

automationOwner

property 
automationOwner:DisplayObjectContainer  [read-only]



Implementation
    public function get automationOwner():DisplayObjectContainer

automationParent

property 
automationParent:DisplayObjectContainer  [read-only]



Implementation
    public function get automationParent():DisplayObjectContainer

automationTabularData

property 
automationTabularData:Object  [read-only]



Implementation
    public function get automationTabularData():Object

automationValue

property 
automationValue:Array  [read-only]



Implementation
    public function get automationValue():Array

automationVisible

property 
automationVisible:Boolean  [read-only]



Implementation
    public function get automationVisible():Boolean

numAutomationChildren

property 
numAutomationChildren:int  [read-only]



Implementation
    public function get numAutomationChildren():int

showInAutomationHierarchy

property 
showInAutomationHierarchy:Boolean



Implementation
    public function get showInAutomationHierarchy():Boolean
    public function set showInAutomationHierarchy(value:Boolean):void
Constructor Detail

UIFTETextFieldAutomationImpl

()Constructor
public function UIFTETextFieldAutomationImpl(obj:mx.core:UIFTETextField)

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 9, AIR 1.1

Constructor.

Parameters
obj:mx.core:UIFTETextField — UIFTETextField object to be automated.
Method Detail

createAutomationIDPart

()method
public function createAutomationIDPart(child:IAutomationObject):Object

Parameters

child:IAutomationObject

Returns
Object

createAutomationIDPartWithRequiredProperties

()method 
public function createAutomationIDPartWithRequiredProperties(child:IAutomationObject, properties:Array):Object

Parameters

child:IAutomationObject
 
properties:Array

Returns
Object

getAutomationChildAt

()method 
public function getAutomationChildAt(index:int):IAutomationObject

Parameters

index:int

Returns
IAutomationObject

getAutomationChildren

()method 
public function getAutomationChildren():Array

Returns
Array

init

()method 
public static function init(root:DisplayObject):void

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 9, AIR 1.1

Registers the delegate class for a component class with automation manager.

Parameters

root:DisplayObject — The SystemManger of the application.

replayAutomatableEvent

()method 
public function replayAutomatableEvent(event:Event):Boolean

Parameters

event:Event

Returns
Boolean

resolveAutomationIDPart

()method 
public function resolveAutomationIDPart(criteria:Object):Array

Parameters

criteria:Object

Returns
Array