パッケージ | mx.automation.delegates |
クラス | public class DragManagerAutomationImpl |
継承 | DragManagerAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
コンストラクターです。 | DragManagerAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
[静的] | DragManagerAutomationImpl | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
[静的]
コンポーネントクラスの委譲クラスを Automation Manager に登録します。 | DragManagerAutomationImpl | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
[静的] | DragManagerAutomationImpl | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
replayDragDrop(realTarget:IEventDispatcher, target:IAutomationObject, dragEvent:AutomationDragEvent, dontChangeCoords:Boolean):Boolean [静的] | DragManagerAutomationImpl | ||
[静的] | DragManagerAutomationImpl | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
[静的] | DragManagerAutomationImpl | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
プロテクトメソッド
コンストラクターの詳細
DragManagerAutomationImpl | () | コンストラクター |
public function DragManagerAutomationImpl(proxy:UIComponent)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コンストラクターです。
パラメーターproxy:UIComponent — 自動化する DragManager オブジェクトです。
|
メソッドの詳細
getDragManagerProxy | () | メソッド |
init | () | メソッド |
public static function init(root:DisplayObject):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コンポーネントクラスの委譲クラスを Automation Manager に登録します。
パラメーター
root:DisplayObject — アプリケーションの SystemManger です。
|
recordAutomatableDragCancel1 | () | メソッド |
public static function recordAutomatableDragCancel1(target:IUIComponent, dragEvent:DragEvent):void
パラメーター
target:IUIComponent | |
dragEvent:DragEvent |
replayDragDrop | () | メソッド |
public static function replayDragDrop(realTarget:IEventDispatcher, target:IAutomationObject, dragEvent:AutomationDragEvent, dontChangeCoords:Boolean):Boolean
パラメーター
realTarget:IEventDispatcher | |
target:IAutomationObject | |
dragEvent:AutomationDragEvent | |
dontChangeCoords:Boolean |
Boolean |
setForcefulDragStart | () | メソッド |
public static function setForcefulDragStart():void
storeAIRDragSourceDetails | () | メソッド |
public static function storeAIRDragSourceDetails(dragSource:DragSource):void
パラメーター
dragSource:DragSource |
Tue Jun 12 2018, 10:34 AM Z