(Adobe® Flex™ 2 プラグイン for Mercury™ Quick Test Pro)
パッケージmx.automation.delegates.controls
public class AlertAutomationImpl
継承AlertAutomationImpl Inheritance PanelAutomationImpl Inheritance ContainerAutomationImpl Inheritance UIComponentAutomationImpl Inheritance EventDispatcher Inheritance Object

Alert コントロールのインスツルメンテーションの実行に必要なメソッドとプロパティを定義します。

関連項目

mx.controls.Alert


パブリックプロパティ
 プロパティ定義
  automationName : String
このオブジェクトの識別子として使用できる名前です。
AlertAutomationImpl
 InheritedautomationValue : Array
この値は通常、オブジェクトのレンダリングされた表示に対応しており、アプリケーションでの視覚的な表示と同じになるように、識別子とオブジェクトを関連付けるために使用できます。
PanelAutomationImpl
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクタ関数への参照です。
Object
  numAutomationChildren : int
[read-only] このコンテナに含まれるオートメーションの子の数です。
AlertAutomationImpl
 Inheritedprototype : Object
[static] クラスまたは関数オブジェクトのプロトタイプオブジェクトへの参照です。
Object
 InheriteduiComponent : DisplayObject
この委譲インスタンスに関連付けられているコンポーネントインスタンスを返します。
UIComponentAutomationImpl
Protectedプロパティ
 プロパティ定義
 InheriteduiAutomationObject : IAutomationObject
UIComponentAutomationImpl
パブリック Methods
 メソッド定義
  
コンストラクタです。
AlertAutomationImpl
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
リスナーがイベントの通知を受け取るように、イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録します。
EventDispatcher
 Inherited
このコンテナ内の子を識別するプロパティのセットを返します。
ContainerAutomationImpl
 Inherited
イベントをイベントフローに送出します。
EventDispatcher
  
指定のインデックス位置でオートメーションオブジェクトを提供します。
AlertAutomationImpl
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
指定されたプロパティがオブジェクトに定義されているかどうかを示します。
Object
  
[static] コンポーネントクラスの委譲クラスを Automation Manager に登録します。
AlertAutomationImpl
 Inherited
Object クラスのインスタンスが、パラメータとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
 Inherited
提供された ID を使用して子を解決します。
ContainerAutomationImpl
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
Protected Methods
 メソッド定義
 Inherited
Layout Manger の updateComplete イベントとの自動同期を設定します。
UIComponentAutomationImpl
 Inherited
コンポーネントが初期化された後に呼び出されるメソッドです。
UIComponentAutomationImpl
イベント
 イベント一覧定義
 Inherited Flash Player がオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited Flash Player がオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
プロパティの詳細
automationNameプロパティ
automationName:String  [read-write]

このオブジェクトの識別子として使用できる名前です。

実装
    public function get automationName():String
    public function set automationName(value:String):void
numAutomationChildrenプロパティ 
numAutomationChildren:int  [read-only]

このコンテナに含まれるオートメーションの子の数です。この合計には、オートメーション階層内で有効ではない子が含まれることはありますが、複合の子が含まれることはありません。

実装
    public function get numAutomationChildren():int
コンストラクタの詳細
AlertAutomationImpl()コンストラクタ
public 関数 AlertAutomationImpl(obj:Alert)

コンストラクタです。

パラメータ
obj:Alert — 自動化する Alert オブジェクトです。
メソッドの詳細
getAutomationChildAt()メソッド
public override function getAutomationChildAt(index:int):IAutomationObject

指定のインデックス位置でオートメーションオブジェクトを提供します。このリストには、複合である子を含めないでください。

パラメータ
index:int — 返す子のインデックスです。

戻り値
IAutomationObject — 指定されたインデックス位置にある子です。
init()メソッド 
public static function init(root:DisplayObject):void

コンポーネントクラスの委譲クラスを Automation Manager に登録します。

パラメータ
root:DisplayObject