Pakiet | mx.collections |
Interfejs | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
Implementory | HierarchicalCollectionViewCursor |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
afterLast : Boolean [tylko do odczytu]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [tylko do odczytu]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [tylko do odczytu]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [tylko do odczytu]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [tylko do odczytu]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [tylko do odczytu]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
Metody publiczne
Szczegół właściwości
currentDepth | właściwość |
currentDepth:int
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get currentDepth():int
Tue Jun 12 2018, 12:06 PM Z