Paket | mx.collections |
Gränssnitt | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementorer | HierarchicalCollectionViewCursor |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
afterLast : Boolean [skrivskyddad]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [skrivskyddad]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [skrivskyddad]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [skrivskyddad]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [skrivskyddad]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [skrivskyddad]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Publika metoder
Egenskapsdetaljer
currentDepth | egenskap |
currentDepth:int
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get currentDepth():int
Tue Jun 12 2018, 01:40 PM Z