Pacchetto | mx.collections |
Interfaccia | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementatori | HierarchicalCollectionViewCursor |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
afterLast : Boolean [sola lettura]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [sola lettura]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [sola lettura]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [sola lettura]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [sola lettura]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [sola lettura]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Metodi pubblici
Descrizione delle proprietà
currentDepth | proprietà |
currentDepth:int
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get currentDepth():int
Tue Jun 12 2018, 02:44 PM Z