SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GroupRow  class

GridRow行たちを持つことができる行。 

countで含んだ行の数を知ることができて、 getChildで子行たちを取得することができる。 また、expandedプロパティーで子行たちを広げるか、畳むことができる。 行グルーピングになった時にグループヘッダーとグループフッターがグループ行である。 TreeRow 역시 그룹행이다. 

他のグリッド行たちと同じようにグリッド内部で生成されてなくなるので、 このクラス客体を直接生成することはない。 

Base Classes
GridRow > DLBase
Inherited Classes
TreeRow
Constructor
function GroupRow ();
Properties
children
collapsed
count
descendantCount
expanded
first
firstLeaf
footer
last
lastLeaf
Inherited Properties
GridRow.childIndex
GridRow.dataIndex
GridRow.dataSource
GridRow.dataState
GridRow.index
GridRow.leaf
GridRow.level
GridRow.merged
GridRow.next
GridRow.parent
GridRow.parentIndex
GridRow.prev
GridRow.rowState
GridRow.visible
Methods
getAvg
getChild
getDescendants
getLeaves
getMax
getMin
getNumber
getStdev
getSum
getVar
indexOf
isDescendant
visit
visitAll
Inherited Methods
DLBase.assign
GridRow.ctor
GridRow.getAncestor
GridRow.getAncestors
DLBase.getProperties
DLBase.getProperty
GridRow.getRowData
GridRow.getRowObject
GridRow.getSiblings
GridRow.getUncles
GridRow.getValue
GridRow.isDescendantOf
GridRow.makeVisible
DLBase.setProperties
DLBase.setProperty
GridRow.setValue
DLBase.toggle

 

See Also
RowGroup
Examples
行グルーピング