| Package | mx.controls.treeClasses |
| Class | public class TreeListData |
| Inheritance | TreeListData BaseListData Object |
listData property의 데이터형을 정의합니다. 모든 드롭 인 아이템 렌더러 및 드롭 인 아이템 에디터는,listData property를 정의하는 IDropInListItemRenderer 인터페이스를 Implements할 필요가 있습니다.
이 클래스의 property는 기입해 가능합니다만, 읽기 전용(read-only)이다고 봐 주세요. 그것들은 Tree 클래스에 의해 초기화되어 아이템 렌더러 또는 아이템 에디터에 의해 읽어내집니다. 이러한 값을 변경하면, 예기치 않은 결과가 생길 가능성이 있습니다.
See also
| property | 정의 | ||
|---|---|---|---|
![]() | constructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor 함수에의 참조입니다.
| Object | |
| depth : int
트리에 있어서의 아이템의 레벨입니다.
| TreeListData | ||
| disclosureIcon : Class
Tree 컨트롤내의 아이템의 deploy용 아이콘을 나타내는 클래스입니다.
| TreeListData | ||
| hasChildren : Boolean
노드에 아이가 있는 경우는
true 를 포함합니다. | TreeListData | ||
| icon : Class
Tree 컨트롤내의 아이템의 아이콘을 나타내는 클래스입니다.
| TreeListData | ||
| indent : int
Tree 컨트롤의 이 행의 디폴트의 인덴트입니다.
| TreeListData | ||
| item : Object
Tree 컨트롤내의 이 아이템의 데이터입니다.
| TreeListData | ||
![]() | label : String
리스트 클래스의
itemToLabel() Methods에 근거한 아이템 데이터의 텍스트 표현입니다. | BaseListData | |
| open : Boolean
노드가 열려 있는 경우는
true 를 포함합니다. | TreeListData | ||
![]() | owner : IUIComponent
이 아이템을 소유하는 리스트 object에의 참조입니다.
| BaseListData | |
![]() | prototype : Object
[static]
클래스 또는 함수 object의 prototype object에의 참조입니다.
| Object | |
![]() | rowIndex : int
데이터 프로바이더내의 아이템의 인덱스입니다.
| BaseListData | |
![]() | uid : String
이 아이템의 일의의 식별자입니다.
| BaseListData | |
| Methods | 정의 | ||
|---|---|---|---|
| TreeListData (text:String , uid:String , owner:ListBase , rowIndex:int = 0)
constructor .
| TreeListData | ||
![]() | hasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
| Object | |
![]() | isPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
| Object | |
![]() | propertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
| Object | |
![]() | setPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
| Object | |
![]() | toString ():String
지정된 object의 string 표현을 돌려줍니다.
| Object | |
![]() | valueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
| Object | |
| depth | property |
public var depth:int 트리에 있어서의 아이템의 레벨입니다. 최상정도 레벨은 1 입니다.
| disclosureIcon | property |
public var disclosureIcon:Class Tree 컨트롤내의 아이템의 deploy용 아이콘을 나타내는 클래스입니다.
| hasChildren | property |
public var hasChildren:Boolean
노드에 아이가 있는 경우는 true 를 포함합니다.
| icon | property |
public var icon:Class Tree 컨트롤내의 아이템의 아이콘을 나타내는 클래스입니다.
| indent | property |
public var indent:int Tree 컨트롤의 이 행의 디폴트의 인덴트입니다.
| item | property |
public var item:Object Tree 컨트롤내의 이 아이템의 데이터입니다.
| open | property |
public var open:Boolean
노드가 열려 있는 경우는 true 를 포함합니다.
| TreeListData | () | constructor |
public 함수 TreeListData(text:String , uid:String , owner:ListBase , rowIndex:int = 0)constructor .
Parameterstext:String — 아이템 데이터의 텍스트 표현입니다.
|
|
uid:String — 아이템의 일의의 식별자입니다.
|
|
owner:ListBase — Tree 컨트롤에의 참조입니다.
|
|
rowIndex:int (default = 0) — Tree 컨트롤의 데이터 프로바이더내의 아이템의 인덱스입니다.
|
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/controls/treeClasses/TreeListData.html