This page was saved using jaction on 2006-09-04 8:34:09.
Address: http://flexdocs.kr/docs/flex2/langref/mx/controls/treeClasses/TreeListData.html
Title: mx.controls.treeClasses.TreeListData (Flex™ 2 레퍼런스 가이드)  •  Size: 27929
Packagemx.controls.treeClasses
Classpublic class TreeListData
InheritanceTreeListData Inheritance BaseListData Inheritance Object

TreeListData 클래스는, Tree 컨트롤의 드롭 인 아이템 렌더러 또는 드롭 인 아이템 에디터에 의해 Implements되는 listData property의 데이터형을 정의합니다. 모든 드롭 인 아이템 렌더러 및 드롭 인 아이템 에디터는,listData property를 정의하는 IDropInListItemRenderer 인터페이스를 Implements할 필요가 있습니다.

이 클래스의 property는 기입해 가능합니다만, 읽기 전용(read-only)이다고 봐 주세요. 그것들은 Tree 클래스에 의해 초기화되어 아이템 렌더러 또는 아이템 에디터에 의해 읽어내집니다. 이러한 값을 변경하면, 예기치 않은 결과가 생길 가능성이 있습니다.

See also

mx.controls.listClasses.IDropInListItemRenderer


Public property
 property정의
 Inheritedconstructor : 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
 Inheritedlabel : String
리스트 클래스의 itemToLabel() Methods에 근거한 아이템 데이터의 텍스트 표현입니다.
BaseListData
  open : Boolean
노드가 열려 있는 경우는 true 를 포함합니다.
TreeListData
 Inheritedowner : IUIComponent
이 아이템을 소유하는 리스트 object에의 참조입니다.
BaseListData
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
 InheritedrowIndex : int
데이터 프로바이더내의 아이템의 인덱스입니다.
BaseListData
 Inheriteduid : String
이 아이템의 일의의 식별자입니다.
BaseListData
Public Methods
 Methods정의
  TreeListData (text:String , uid:String , owner:ListBase , rowIndex:int = 0)
constructor   .
TreeListData
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
property의 상세
depthproperty
public var depth:int

트리에 있어서의 아이템의 레벨입니다. 최상정도 레벨은 1 입니다.

disclosureIconproperty 
public var disclosureIcon:Class

Tree 컨트롤내의 아이템의 deploy용 아이콘을 나타내는 클래스입니다.

hasChildrenproperty 
public var hasChildren:Boolean

노드에 아이가 있는 경우는 true 를 포함합니다.

iconproperty 
public var icon:Class

Tree 컨트롤내의 아이템의 아이콘을 나타내는 클래스입니다.

indentproperty 
public var indent:int

Tree 컨트롤의 이 행의 디폴트의 인덴트입니다.

itemproperty 
public var item:Object

Tree 컨트롤내의 이 아이템의 데이터입니다.

openproperty 
public var open:Boolean

노드가 열려 있는 경우는 true 를 포함합니다.

constructor    의 상세
TreeListData()constructor   
public 함수 TreeListData(text:String , uid:String , owner:ListBase , rowIndex:int = 0)

constructor   .

Parameters
text:String — 아이템 데이터의 텍스트 표현입니다.
 
uid:String — 아이템의 일의의 식별자입니다.
 
owner:ListBase — Tree 컨트롤에의 참조입니다.
 
rowIndex:int (default = 0) — Tree 컨트롤의 데이터 프로바이더내의 아이템의 인덱스입니다.






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/controls/treeClasses/TreeListData.html