Paket | com.adobe.mosaic.layouts.dragAndDrop |
Sınıf | public class MosaicDropLocation |
Miras Alma | MosaicDropLocation DropLocation Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
columnIndex : int
The column index of the item. | MosaicDropLocation | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
dragEvent : DragEvent = null
The DragEvent associated with this location. | DropLocation | ||
dropIndex : int = -1
The drop index corresponding to the event. | DropLocation | ||
dropPoint : Point = null
The event point in local coordinates of the layout's target. | DropLocation | ||
rowIndex : int
The row index of the item. | MosaicDropLocation |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
columnIndex | özellik |
public var columnIndex:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The column index of the item.
rowIndex | özellik |
public var rowIndex:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The row index of the item.
Yapıcı Ayrıntı
MosaicDropLocation | () | Yapıcı |
public function MosaicDropLocation(source:DropLocation = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor The source parameter provides an easy way to create a MosaicDropLocation from a plain DropLocation.
Parametrelersource:DropLocation (default = null ) — The DropLocation being converted into a MosaicDropLocation.
|
Yöntem Ayrıntısı
clone | () | yöntem |
public function clone(source:DropLocation):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Creates a quick copy of items to this instance.
Parametreler
source:DropLocation — The DropLocation to copy.
|
Tue Jun 12 2018, 01:09 PM Z