Pacote | mx.collections |
Interface | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementadores | HierarchicalCollectionViewCursor |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
afterLast : Boolean [somente leitura]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [somente leitura]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [somente leitura]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [somente leitura]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [somente leitura]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [somente leitura]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Métodos públicos
Detalhes da propriedade
currentDepth | propriedade |
currentDepth:int
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Implementação
public function get currentDepth():int
Wed Jun 13 2018, 11:10 AM Z