Paquete | mx.collections |
Interfaz | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementadores | HierarchicalCollectionViewCursor |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
afterLast : Boolean [solo lectura]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [solo lectura]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [solo lectura]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [solo lectura]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [solo lectura]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [solo lectura]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Métodos públicos
Información sobre propiedades
currentDepth | propiedad |
currentDepth:int
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get currentDepth():int
Tue Jun 12 2018, 02:12 PM Z