public class GroupBuilder
extends java.lang.Object
| Constructor and Description |
|---|
GroupBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T extends TableData> |
build(TableBean<T> table,
GroupDefs groups)
Build groups from all visible
TableData. |
<T extends TableData> |
build(TableBean<T> table,
TableDataProvider<T> provider,
GroupDefs groups)
Build groups from the
TableData. |
public <T extends TableData> Group[] build(TableBean<T> table, GroupDefs groups) throws TVCException
TableData.table - A table.groups - The group definitions.TVCException - If unable to group.public <T extends TableData> Group[] build(TableBean<T> table, TableDataProvider<T> provider, GroupDefs groups) throws TVCException
TableData.table - A table.provider - The table data.groups - The group definitions.TVCException - If unable to group.Copyright ? Technia AB. All Rights Reserved.