SMART datagrid v1.4 > 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
행 그룹핑