包 | mx.automation.delegates.controls |
类 | public class DataGridAutomationImpl |
继承 | DataGridAutomationImpl ListBaseAutomationImpl ScrollControlBaseAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
另请参见
属性 | 定义方 | ||
---|---|---|---|
automationName : String 可用作此对象的标识符的名称。 | UIComponentAutomationImpl | ||
automationTabularData : Object [只读 (read-only)] 网格中各项目的 automationValues 矩阵。 | DataGridAutomationImpl | ||
automationValue : Array [只读 (read-only)] 此值通常对应于对象的经渲染的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。 | UIComponentAutomationImpl | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
prototype : Object [静态]
对类或函数对象的原型对象的引用。 | Object | ||
uiComponent : DisplayObject 返回与此委托实例关联的组件实例。 | UIComponentAutomationImpl |
方法 | 定义方 | ||
---|---|---|---|
构造函数。 | DataGridAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
将事件调度到事件流中。 | EventDispatcher | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
指示对象是否已经定义了指定的属性。 | Object | ||
[静态] 使用自动化管理器为组件类注册委托类。 | DataGridAutomationImpl | ||
指示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
指示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
重放 ScrollEvent。 | ScrollControlBaseAutomationImpl | ||
设置循环操作动态属性的可用性。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何始祖为指定事件类型注册了事件侦听器。 | EventDispatcher |
automationTabularData | 属性 |
automationTabularData:Object
[只读 (read-only)] 网格中各项目的 automationValues 矩阵。返回值为行数组,其中的每行都是一个项目渲染器数组(以行优先)。
public function get automationTabularData():Object
DataGridAutomationImpl | () | 构造函数 |
init | () | 方法 |
public static function init(root:DisplayObject):void
使用自动化管理器为组件类注册委托类。
参数
root:DisplayObject — 应用程序的 SystemManger。 |