(仅限 Flex 数据可视化)
mx.automation.delegates.core
public class UITextFieldAutomationImpl
继承UITextFieldAutomationImpl Inheritance Object
实现 IAutomationObject
子类 AdvancedDataGridItemRendererAutomationImpl, DataGridItemRendererAutomationImpl

定义检测 UITextField 类所需的方法和属性。

另请参见

mx.core.UITextField


公共属性
 属性定义方
  automationValue : Array
[只读 (read-only)] 此值通常对应于对象的经渲染的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。
UITextFieldAutomationImpl
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
  
构造函数。
UITextFieldAutomationImpl
 Inherited
指示对象是否已经定义了指定的属性。
Object
  
[静态] 使用自动化管理器为组件类注册委托类。
UITextFieldAutomationImpl
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
属性详细信息
automationValue属性
automationValue:Array  [只读 (read-only)]

此值通常对应于对象的经渲染的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。



实现
    public function get automationValue():Array
构造函数详细信息
UITextFieldAutomationImpl()构造函数
public function UITextFieldAutomationImpl(obj:UITextField)

构造函数。

参数
obj:UITextField — 要进行自动化的 UITextField 对象。
方法详细信息
init()方法
public static function init(root:DisplayObject):void

使用自动化管理器为组件类注册委托类。

参数

root:DisplayObject — 应用程序的 SystemManger。