| 包 | mx.automation.delegates.controls | 
| 类 | public class NumericStepperAutomationImpl | 
| 继承 | NumericStepperAutomationImpl    UIComponentAutomationImpl   EventDispatcher   Object | 
另请参见
| 方法 | 定义方 | ||
|---|---|---|---|
构造函数。  | NumericStepperAutomationImpl | ||
![]()  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。  | EventDispatcher | |
![]()  | 将事件调度到事件流中。  | EventDispatcher | |
![]()  | 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。  | EventDispatcher | |
![]()  | 
  指示对象是否已经定义了指定的属性。  | Object | |
[静态] 使用自动化管理器为组件类注册委托类。  | NumericStepperAutomationImpl | ||
![]()  | 
  指示 Object 类的实例是否在指定为参数的对象的原型链中。  | Object | |
![]()  | 
  指示指定的属性是否存在、是否可枚举。  | Object | |
![]()  | 从 EventDispatcher 对象中删除侦听器。  | EventDispatcher | |
![]()  | 
     设置循环操作动态属性的可用性。  | Object | |
![]()  | 
  返回指定对象的字符串表示形式。  | Object | |
![]()  | 
  返回指定对象的原始值。  | Object | |
![]()  | 检查是否用此 EventDispatcher 对象或其任何始祖为指定事件类型注册了事件侦听器。  | EventDispatcher | |
| 方法 | 定义方 | ||
|---|---|---|---|
![]()  | 设置与布局管理器更新 complete 事件的自动化同步。  | UIComponentAutomationImpl | |
初始化组件后调用的方法。  | NumericStepperAutomationImpl | ||
| NumericStepperAutomationImpl | () | 构造函数 | 
public function NumericStepperAutomationImpl(obj:NumericStepper)构造函数。
参数obj:NumericStepper — 要进行自动化的 NumericStepper 对象。 | 
| componentInitialized | () | 方法 | 
override protected function componentInitialized():void初始化组件后调用的方法。此方法可用于访问任何子组件并对该组件执行操作。
| init | () | 方法 | 
 public static function init(root:DisplayObject):void使用自动化管理器为组件类注册委托类。
参数
root:DisplayObject — 应用程序的 SystemManger。 |