Package | mx.collections |
Interface | public interface IHierarchicalCollectionViewCursor extends IViewCursor, flash.events.IEventDispatcher |
Implementors | HierarchicalCollectionViewCursor |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
See also
Property | Defined By | ||
---|---|---|---|
afterLast : Boolean [read-only]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [read-only]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [read-only]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [read-only]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [read-only]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [read-only]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
currentDepth | property |
currentDepth:int
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | 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.
public function get currentDepth():int