Package | mx.automation.delegates.core |
Class | public class UIFTETextFieldAutomationImpl |
Inheritance | UIFTETextFieldAutomationImpl Object |
Implements | IAutomationObject |
Subclasses | FTEDataGridItemRendererAutomationImpl, SparkDefaultGridItemRendererAutomationImpl |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined 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 | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
numAutomationChildren : int [read-only] | UIFTETextFieldAutomationImpl | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
showInAutomationHierarchy : Boolean | UIFTETextFieldAutomationImpl |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | UIFTETextFieldAutomationImpl | ||
UIFTETextFieldAutomationImpl | |||
UIFTETextFieldAutomationImpl | |||
UIFTETextFieldAutomationImpl | |||
UIFTETextFieldAutomationImpl | |||
Indicates whether an object has a specified property defined. | Object | ||
[static]
Registers the delegate class for a component class with automation manager. | UIFTETextFieldAutomationImpl | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
UIFTETextFieldAutomationImpl | |||
UIFTETextFieldAutomationImpl | |||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
automationDelegate | property |
automationEnabled | property |
automationName | property |
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 |
automationValue | property |
automationVisible | property |
numAutomationChildren | property |
showInAutomationHierarchy | property |
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.
Parametersobj:mx.core:UIFTETextField — UIFTETextField object to be automated.
|
Method Detail
createAutomationIDPart | () | method |
public function createAutomationIDPart(child:IAutomationObject):Object
Parameters
child:IAutomationObject |
Object |
createAutomationIDPartWithRequiredProperties | () | method |
public function createAutomationIDPartWithRequiredProperties(child:IAutomationObject, properties:Array):Object
Parameters
child:IAutomationObject | |
properties:Array |
Object |
getAutomationChildAt | () | method |
public function getAutomationChildAt(index:int):IAutomationObject
Parameters
index:int |
IAutomationObject |
getAutomationChildren | () | method |
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 |
resolveAutomationIDPart | () | method |
Mon Nov 28 2011, 06:48 AM -08:00