public static class GroupingPlugin.DataGroup<T> extends Object implements TableRow.RowMetaObject
| Constructor and Description |
|---|
DataGroup(TableRow<T> lastRow,
CellRenderer.CellInfo<T> cellInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(TableRow<T> tableRow) |
static <T> GroupingPlugin.DataGroup<T> |
fromRow(TableRow<T> tableRow) |
String |
getKey() |
void |
render() |
void |
toggleGroup() |
public DataGroup(TableRow<T> lastRow, CellRenderer.CellInfo<T> cellInfo)
public static <T> GroupingPlugin.DataGroup<T> fromRow(TableRow<T> tableRow)
public void toggleGroup()
public String getKey()
getKey in interface TableRow.RowMetaObjectpublic void render()
Copyright © 2019–2022 Dominokit. All rights reserved.