SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GridRow  class

グリッドビューツリービューの一行を表せるモデルである。 DataSetのデータ行と繋がることでもあり、 グルーピングされた行達のヘッダー、フオッターであることもある。 グリッドはデータセットの行達ではなく、この行達を表示する。 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