Paket | mx.collections |
Arabirim | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Uygulayıcılar | HierarchicalCollectionViewCursor |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
afterLast : Boolean [salt okunur]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [salt okunur]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [salt okunur]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [salt okunur]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [salt okunur]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [salt okunur]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Özellik Ayrıntısı
currentDepth | özellik |
currentDepth:int
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Contains the depth of the node at the location in the source collection referenced by this cursor. If the cursor is beyond the end of the collection, this property contains 0.
Uygulama
public function get currentDepth():int
Tue Jun 12 2018, 01:09 PM Z