Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.mosaic.layouts.dragAndDrop 

MosaicDragEvent  - AS3 ADEP Composite Application

パッケージcom.adobe.mosaic.layouts.dragAndDrop
クラスpublic class MosaicDragEvent
継承MosaicDragEvent Inheritance MouseEvent Inheritance Event Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

This event is dispatched by the DragAndDropGroup when a drop happens. The information in the event identifies the index of the item being removed (or -1 if the item is only being added), the index of the destination insertion, and the item.



パブリックプロパティ
 プロパティ定義元
 InheritedaltKey : Boolean
Alt キーがアクティブになっているか(true)非アクティブになっているか(false)を示します。
MouseEvent
 Inheritedbubbles : Boolean
[読み取り専用] イベントがバブリングイベントかどうかを示します。
Event
 InheritedbuttonDown : Boolean
マウスの主ボタンが押されているか(true)押されていないか(false)を示します。
MouseEvent
 Inheritedcancelable : Boolean
[読み取り専用] イベントに関連付けられた動作を回避できるかどうかを示します。
Event
 InheritedclickCount : int
[読み取り専用] マウスダウンイベントがマルチクリックシーケンスの一部かどうかを示します。
MouseEvent
 InheritedcommandKey : Boolean
command キーがアクティブになっているかどうかを示します(Macintosh のみ)。Macintish では、commandKey プロパティの値は ctrlKey プロパティの値と同じです。
MouseEvent
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 InheritedcontrolKey : Boolean
Mac で Control キーがアクティブになっているか、および Windows や Linux で Ctrl キーがアクティブになっているかどうかを示します。
MouseEvent
 InheritedctrlKey : Boolean
Windows または Linux で、Ctrl キーがアクティブ(true)か非アクティブ(false)かを示します。
MouseEvent
 InheritedcurrentTarget : Object
[読み取り専用] イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。
Event
 Inheriteddelta : int
ユーザーがマウスホイールを 1 目盛り回すごとにスクロールする行数を示します。
MouseEvent
 InheritedeventPhase : uint
[読み取り専用] イベントフローの現在の段階です。
Event
 InheritedisRelatedObjectInaccessible : Boolean
true の場合、relatedObject プロパティは、セキュリティサンドボックスに関連する理由により null に設定されます。
MouseEvent
  item : IVisualElement
The item being dragged.
MosaicDragEvent
 InheritedlocalX : Number
マウスロックが無効になっているときにイベントが発生する位置の、スプライトを基準とする水平座標です。
MouseEvent
 InheritedlocalY : Number
マウスロックが無効になっているときにイベントが発生する位置の、スプライトを基準とする垂直座標です。
MouseEvent
 InheritedmovementX : Number
マウスロックが有効になっているときに、マウス位置の X 方向について、前回のマウスイベント時点からの移動量を示します。
MouseEvent
 InheritedmovementY : Number
マウスロックが有効になっているときに、マウス位置の Y 方向について、前回のマウスイベント時点からの移動量を示します。
MouseEvent
  newColumn : int
The column index.
MosaicDragEvent
  newIndex : int
The new display list index.
MosaicDragEvent
  newParent : Object
The new location.
MosaicDragEvent
  newRow : int
The new row index.
MosaicDragEvent
  oldColumn : int
The previous parent column index.
MosaicDragEvent
  oldIndex : int
The previous parent display list index.
MosaicDragEvent
  oldParent : Object
The previous parent location.
MosaicDragEvent
  oldRow : int
The previous parent row index.
MosaicDragEvent
 InheritedrelatedObject : InteractiveObject
イベントに関連する表示リストオブジェクトへの参照です。
MouseEvent
 InheritedshiftKey : Boolean
Shift キーがアクティブになっているか(true)非アクティブになっているか(false)を示します。
MouseEvent
 InheritedstageX : Number
[読み取り専用] グローバルステージ座標を基準とするイベント発生位置の水平座標です。
MouseEvent
 InheritedstageY : Number
[読み取り専用] グローバルステージ座標を基準とするイベント発生位置の垂直座標です。
MouseEvent
 Inheritedtarget : Object
[読み取り専用] イベントターゲットです。
Event
 Inheritedtype : String
[読み取り専用] イベントのタイプです。
Event
パブリックメソッド
 メソッド定義元
  
MosaicDragEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
MosaicDragEvent
 Inherited
[オーバーライド] MouseEvent オブジェクトのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。
MouseEvent
 Inherited
formatToString(className:String, ... arguments):String
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。
Event
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。
Event
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。
Event
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
[オーバーライド] MouseEvent オブジェクトのすべてのプロパティを含むストリングを返します。
MouseEvent
 Inherited
表示リストが変更されている場合、このイベントの処理が終了した後にレンダリングするよう Flash Player または Adobe AIR に指示します。
MouseEvent
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  ITEM_DROP : String = "itemDrop"
[静的] The static constant String "itemDrop"
MosaicDragEvent
プロパティの詳細

item

プロパティ
public var item:IVisualElement

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The item being dragged.

newColumn

プロパティ 
public var newColumn:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The column index.

newIndex

プロパティ 
public var newIndex:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The new display list index.

newParent

プロパティ 
public var newParent:Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The new location.

newRow

プロパティ 
public var newRow:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The new row index.

oldColumn

プロパティ 
public var oldColumn:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The previous parent column index.

oldIndex

プロパティ 
public var oldIndex:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The previous parent display list index.

oldParent

プロパティ 
public var oldParent:Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The previous parent location.

oldRow

プロパティ 
public var oldRow:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The previous parent row index.

コンストラクターの詳細

MosaicDragEvent

()コンストラクター
public function MosaicDragEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Constructor

パラメーター
type:String — The event type (ITEM_DROP).
 
bubbles:Boolean (default = false) — Indicates if this event will trickle up the display list looking for a handler.
 
cancelable:Boolean (default = false) — If true, this event may be cancelled by an event listener.
定数の詳細

ITEM_DROP

定数
public static const ITEM_DROP:String = "itemDrop"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The static constant String "itemDrop"





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。