SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.GridRow  class

그리드뷰트리뷰의 한 행을 나타내는 모델이다. DataSet의 데이터행과 연결된 것일 수도 있고, Grouping된 행들의 header나 footer일 수도 있다. 그리드는 데이터셋 행들이 아니라 이 행들을 표시한다. Row 모델 개요에서 좀 더 자세히 알 수 있다. 

Base Classes
DLBase
Inherited Classes
DataRow, GroupFooter, GroupRow
Constructor
function GridRow ();
Properties
childIndex
dataIndex
dataSource
dataState
index
leaf
level
merged
next
parent
parentIndex
prev
rowState
visible
Methods
getAncestor
getAncestors
getRowData
getRowObject
getSiblings
getUncles
getValue
isDescendantOf
makeVisible
setValue
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridView
TreeView
DataSet
Row 모델 개요
Examples
RowGrouping