包 | mx.automation.delegates.containers |
类 | public class ApplicationAutomationImpl |
继承 | ApplicationAutomationImpl ContainerAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
子类 | WindowedApplicationAutomationImpl |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
automationEnabled : Boolean [只读] | UIComponentAutomationImpl | ||
automationName : String
可用作此对象的标识符的名称。 | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [只读] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [只读] | UIComponentAutomationImpl | ||
automationValue : Array [只读]
此值通常对应于对象的经呈示的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。 | UIComponentAutomationImpl | ||
automationVisible : Boolean [只读] | UIComponentAutomationImpl | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
numAutomationChildren : int [覆盖] [只读] | ApplicationAutomationImpl | ||
uiComponent : DisplayObject
返回与此委托实例关联的组件实例。 | UIComponentAutomationImpl |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
构造函数。 | ApplicationAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
将事件调度到事件流中。 | EventDispatcher | ||
[覆盖] | ApplicationAutomationImpl | ||
[覆盖] | ApplicationAutomationImpl | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
[静态]
使用自动化管理器为组件类注册委托类。 | ApplicationAutomationImpl | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
受保护的方法
属性详细信息
numAutomationChildren | 属性 |
构造函数详细信息
ApplicationAutomationImpl | () | 构造函数 |
public function ApplicationAutomationImpl(obj:Application)
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
构造函数。
参数obj:Application — 要进行自动化处理的 Application 对象。
|
方法详细信息
getAutomationChildAt | () | 方法 |
override public function getAutomationChildAt(index:int):IAutomationObject
参数
index:int |
IAutomationObject |
getAutomationChildren | () | 方法 |
init | () | 方法 |
public static function init(root:DisplayObject):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
使用自动化管理器为组件类注册委托类。
参数
root:DisplayObject — 应用程序的 SystemManger。
|
Tue Jun 12 2018, 11:04 AM Z