Paket | spark.layouts.supportClasses |
Sınıf | public class DropLocation |
Miras Alma | DropLocation Object |
Alt Sınıflar | MosaicDropLocation |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The DropLocation
is created by the LayoutBase
class when the List
calls the layout's
calculateDropLocation()
method in response to a dragOver
.
The DropLocation class is used by the layout for operations such as calculating the drop indicator bounds and drag-scroll deltas.
İlgili API Öğeleri
spark.layouts.supportClasses.LayoutBase.calculateDropLocation()
spark.layouts.supportClasses.LayoutBase.calculateDropIndicatorBounds()
spark.layouts.supportClasses.LayoutBase.calculateDropIndicatorBounds()
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | DropLocation | ||
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ı
dragEvent | özellik |
public var dragEvent:DragEvent = null
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The DragEvent
associated with this location.
dropIndex | özellik |
public var dropIndex:int = -1
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The drop index corresponding to the event.
dropPoint | özellik |
public var dropPoint:Point = null
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The event point in local coordinates of the layout's target.
Yapıcı Ayrıntı
DropLocation | () | Yapıcı |
public function DropLocation()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Tue Jun 12 2018, 01:09 PM Z