패키지 | mx.collections |
인터페이스 | public interface IHierarchicalCollectionViewCursor extends IViewCursor , IEventDispatcher |
구현자 | HierarchicalCollectionViewCursor |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
mx.collections.IViewCursor
mx.controls.IHierarchicalCollectionView
mx.controls.IHierarchicalCollectionView
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
afterLast : Boolean [읽기 전용]
If the cursor is located after the last item in the view,
this property is true . | IViewCursor | ||
beforeFirst : Boolean [읽기 전용]
If the cursor is located before the first item in the view,
this property is true. | IViewCursor | ||
bookmark : CursorBookmark [읽기 전용]
Provides access to a bookmark that corresponds to the item
returned by the current property. | IViewCursor | ||
current : Object [읽기 전용]
Provides access the object at the location
in the source collection referenced by this cursor. | IViewCursor | ||
currentDepth : int [읽기 전용]
Contains the depth of the node at the location
in the source collection referenced by this cursor. | IHierarchicalCollectionViewCursor | ||
view : ICollectionView [읽기 전용]
A reference to the ICollectionView with which this cursor is associated. | IViewCursor |
공용 메서드
속성 세부 정보
currentDepth | 속성 |
currentDepth:int
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
구현
public function get currentDepth():int
Tue Jun 12 2018, 03:17 PM Z