| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.plugins |
| Modifier and Type | Method and Description |
|---|---|
TreeGridPlugin<T> |
TreeGridPlugin.setCollapseIconSupplier(Supplier<BaseIcon<?>> collapseIconSupplier)
Sets a supplier for a custom collapse icon instead of the default one
|
TreeGridPlugin<T> |
TreeGridPlugin.setExpandIconSupplier(Supplier<BaseIcon<?>> expandIconSupplier)
Sets a supplier for a custom expand icon instead of the default one
|
TreeGridPlugin<T> |
TreeGridPlugin.setIndent(int indent)
Sets indent value to be added for each tree gird level
|
TreeGridPlugin<T> |
TreeGridPlugin.setIndentColumnElementSupplier(Function<TableRow<T>,elemental2.dom.Node> indentColumnElementSupplier)
Sets a supplier of elements to be appended to the tree grid indent column as part of the
utility columns cells
|
TreeGridPlugin<T> |
TreeGridPlugin.setLeafIconSupplier(Supplier<BaseIcon<?>> leafIconSupplier)
Sets a supplier for a custom leaf row icon instead of the default one
|
TreeGridPlugin<T> |
TreeGridPlugin.setParentRowCellsSupplier(TreeGridPlugin.ParentRowCellsSupplier<T> parentRowCellsSupplier)
Set a supplier that provides cells to be rendered in a parent row cells, this can be used to
provide a custom UI for parent rows
|
Copyright © 2019–2022 Dominokit. All rights reserved.