| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.datatable.plugins |
| Modifier and Type | Method and Description |
|---|---|
CellRenderer.CellInfo<T> |
RowCell.getCellInfo() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
CellRenderer.asElement(CellRenderer.CellInfo<T> cellInfo)
Takes a cell info to determine what content to append to the cell element
|
| Constructor and Description |
|---|
RowCell(CellRenderer.CellInfo<T> cellInfo,
ColumnConfig<T> columnConfig)
Creates and initialize an instance with the cell info and column info
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDetailsPlugin.applyStyles(CellRenderer.CellInfo<T> cellInfo) |
Optional<List<elemental2.dom.HTMLElement>> |
SelectionPlugin.getUtilityElements(DataTable<T> dataTable,
CellRenderer.CellInfo<T> cellInfo) |
default Optional<List<elemental2.dom.HTMLElement>> |
DataTablePlugin.getUtilityElements(DataTable<T> dataTable,
CellRenderer.CellInfo<T> cellInfo) |
Optional<List<elemental2.dom.HTMLElement>> |
TreeGridPlugin.getUtilityElements(DataTable<T> dataTable,
CellRenderer.CellInfo<T> cellInfo)
Adds the expand/collapse/leaf icons to the plugins utility columns cells
|
Optional<List<elemental2.dom.HTMLElement>> |
RecordDetailsPlugin.getUtilityElements(DataTable<T> dataTable,
CellRenderer.CellInfo<T> cell) |
| Constructor and Description |
|---|
DataGroup(TableRow<T> lastRow,
CellRenderer.CellInfo<T> cellInfo) |
Copyright © 2019–2022 Dominokit. All rights reserved.