Package | mx.collections |
Interface | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementors | HierarchicalCollectionViewCursor |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
See also
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Public Properties
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 |
Public Methods
Property Detail
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.
Implementation
public function get currentDepth():int
Fri Mar 19 2010, 02:45 AM -07:00