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

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

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

See also

mx.controls.listClasses.IDropInListItemRenderer


Public property
 property정의
  columnIndex : int
DataGrid 컨트롤에 대한 렬내의 아이템의 열인덱스입니다.
DataGridListData
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
  dataField : String
열에 관련지을 수 있고 있는 데이터 프로바이더내의 필드 또는 property의 이름입니다.
DataGridListData
 Inheritedlabel : String
리스트 클래스의 itemToLabel() Methods에 근거한 아이템 데이터의 텍스트 표현입니다.
BaseListData
 Inheritedowner : IUIComponent
이 아이템을 소유하는 리스트 object에의 참조입니다.
BaseListData
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
 InheritedrowIndex : int
데이터 프로바이더내의 아이템의 인덱스입니다.
BaseListData
 Inheriteduid : String
이 아이템의 일의의 식별자입니다.
BaseListData
Public Methods
 Methods정의
  DataGridListData (text:String , dataField:String , columnIndex:int , uid:String , owner:IUIComponent , rowIndex:int = 0)
constructor   .
DataGridListData
 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의 상세
columnIndexproperty
public var columnIndex:int

DataGrid 컨트롤에 대한 렬내의 아이템의 열인덱스입니다.

dataFieldproperty 
public var dataField:String

열에 관련지을 수 있고 있는 데이터 프로바이더내의 필드 또는 property의 이름입니다.

constructor    의 상세
DataGridListData()constructor   
public 함수 DataGridListData(text:String , dataField:String , columnIndex:int , uid:String , owner:IUIComponent , rowIndex:int = 0)

constructor   .

Parameters
text:String — 아이템 데이터의 텍스트 표현입니다.
 
dataField:String — 열에 관련지을 수 있고 있는 데이터 프로바이더내의 필드 또는 property의 이름입니다.
 
columnIndex:int — DataGrid 컨트롤에 대한 렬내의 아이템의 열인덱스입니다.
 
uid:String — 아이템의 일의의 식별자입니다.
 
owner:IUIComponent — DataGrid 컨트롤에의 참조입니다.
 
rowIndex:int (default = 0) — DataGrid 컨트롤에 대한 데이터 프로바이더내의 아이템의 인덱스입니다.






 

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

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