(仅限 Flex 数据可视化)
mx.automation.delegates.flashflexkit
public class ContainerMovieClipAutomationImpl
继承ContainerMovieClipAutomationImpl Inheritance UIMovieClipAutomationImpl Inheritance EventDispatcher Inheritance Object

定义检测 ContainerMovieClip 控件所需的方法和属性。

另请参见

mx.flash.ContainerMovieClip;


公共属性
 属性定义方
 InheritedautomationName : String
可用作此对象的标识符的名称。
UIMovieClipAutomationImpl
 InheritedautomationValue : Array
[只读 (read-only)] 此值通常对应于对象的经渲染的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。
UIMovieClipAutomationImpl
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 InheritedmovieClip : UIMovieClip
返回与此委托实例关联的组件实例。
UIMovieClipAutomationImpl
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
受保护的属性
 属性定义方
 InheritedresourceManager : IResourceManager
引用管理所有应用程序本地化资源的对象。
UIMovieClipAutomationImpl
公共方法
 方法定义方
  
构造函数。
ContainerMovieClipAutomationImpl
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
EventDispatcher
 Inherited
将事件调度到事件流中。
EventDispatcher
 Inherited
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
EventDispatcher
 Inherited
指示对象是否已经定义了指定的属性。
Object
  
[静态] 使用自动化管理器为组件类注册委托类。
ContainerMovieClipAutomationImpl
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
EventDispatcher
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
 Inherited
检查是否用此 EventDispatcher 对象或其任何始祖为指定事件类型注册了事件侦听器。
EventDispatcher
受保护的方法
 方法定义方
 Inherited
设置与布局管理器更新 complete 事件的自动化同步。
UIMovieClipAutomationImpl
事件
 事件 摘要 定义方
 Inherited[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。EventDispatcher
 Inherited[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。EventDispatcher
构造函数详细信息
ContainerMovieClipAutomationImpl()构造函数
public function ContainerMovieClipAutomationImpl(obj:ContainerMovieClip)

构造函数。

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

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

参数

root:DisplayObject — 应用程序的 SystemManger。