パッケージ | com.adobe.mosaic.layouts.dragAndDrop |
クラス | public class MosaicDropLocation |
継承 | MosaicDropLocation DropLocation Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
columnIndex : int
The column index of the item. | MosaicDropLocation | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dragEvent : DragEvent = null
この場所に関連付けられている DragEvent です。 | DropLocation | ||
dropIndex : int = -1
イベントに対応するドロップインデックスです。 | DropLocation | ||
dropPoint : Point = null
レイアウトのターゲットのローカル座標におけるイベントポイントです。 | DropLocation | ||
rowIndex : int
The row index of the item. | MosaicDropLocation |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
MosaicDropLocation(source:DropLocation = null)
Constructor
The source parameter provides an easy way to create a MosaicDropLocation
from a plain DropLocation. | MosaicDropLocation | ||
Creates a quick copy of items to this instance. | MosaicDropLocation | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
columnIndex | プロパティ |
public var columnIndex:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The column index of the item.
rowIndex | プロパティ |
public var rowIndex:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The row index of the item.
コンストラクターの詳細
MosaicDropLocation | () | コンストラクター |
public function MosaicDropLocation(source:DropLocation = null)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.
パラメーターsource:DropLocation (default = null ) — The DropLocation being converted into a MosaicDropLocation.
|
メソッドの詳細
clone | () | メソッド |
public function clone(source:DropLocation):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Creates a quick copy of items to this instance.
パラメーター
source:DropLocation — The DropLocation to copy.
|
Tue Jun 12 2018, 10:34 AM Z