パッケージ | com.adobe.mosaic.layouts.dragAndDrop |
クラス | public class MosaicDragEvent |
継承 | MosaicDragEvent MouseEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
altKey : Boolean
Alt キーがアクティブになっているか(true)非アクティブになっているか(false)を示します。 | MouseEvent | ||
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
buttonDown : Boolean
マウスの主ボタンが押されているか(true)押されていないか(false)を示します。 | MouseEvent | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
clickCount : int [読み取り専用]
マウスダウンイベントがマルチクリックシーケンスの一部かどうかを示します。 | MouseEvent | ||
commandKey : Boolean
command キーがアクティブになっているかどうかを示します(Macintosh のみ)。Macintish では、commandKey プロパティの値は ctrlKey プロパティの値と同じです。 | MouseEvent | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
controlKey : Boolean
Mac で Control キーがアクティブになっているか、および Windows や Linux で Ctrl キーがアクティブになっているかどうかを示します。 | MouseEvent | ||
ctrlKey : Boolean
Windows または Linux で、Ctrl キーがアクティブ(true)か非アクティブ(false)かを示します。 | MouseEvent | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
delta : int
ユーザーがマウスホイールを 1 目盛り回すごとにスクロールする行数を示します。 | MouseEvent | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
isRelatedObjectInaccessible : Boolean
true の場合、relatedObject プロパティは、セキュリティサンドボックスに関連する理由により null に設定されます。 | MouseEvent | ||
item : IVisualElement
The item being dragged. | MosaicDragEvent | ||
localX : Number
マウスロックが無効になっているときにイベントが発生する位置の、スプライトを基準とする水平座標です。 | MouseEvent | ||
localY : Number
マウスロックが無効になっているときにイベントが発生する位置の、スプライトを基準とする垂直座標です。 | MouseEvent | ||
movementX : Number
マウスロックが有効になっているときに、マウス位置の X 方向について、前回のマウスイベント時点からの移動量を示します。 | MouseEvent | ||
movementY : 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 | ||
relatedObject : InteractiveObject
イベントに関連する表示リストオブジェクトへの参照です。 | MouseEvent | ||
shiftKey : Boolean
Shift キーがアクティブになっているか(true)非アクティブになっているか(false)を示します。 | MouseEvent | ||
stageX : Number [読み取り専用]
グローバルステージ座標を基準とするイベント発生位置の水平座標です。 | MouseEvent | ||
stageY : Number [読み取り専用]
グローバルステージ座標を基準とするイベント発生位置の垂直座標です。 | MouseEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor
| MosaicDragEvent | ||
[オーバーライド]
MouseEvent オブジェクトのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。 | MouseEvent | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
[オーバーライド]
MouseEvent オブジェクトのすべてのプロパティを含むストリングを返します。 | MouseEvent | ||
表示リストが変更されている場合、このイベントの処理が終了した後にレンダリングするよう Flash Player または Adobe AIR に指示します。 | MouseEvent | ||
指定されたオブジェクトのプリミティブな値を返します。 | 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"
Tue Jun 12 2018, 10:34 AM Z