Package io.jmix.ui.component
Interface GroupTable.GroupCellValueFormatter<E>
- Type Parameters:
E
- row item type
- Enclosing interface:
- GroupTable<E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface defining method for formatting cell value of group columns.
-
Method Summary
Modifier and TypeMethodDescriptionformat
(GroupTable.GroupCellContext<E> context) Formats cell value of group column.
-
Method Details
-
format
Formats cell value of group column.- Parameters:
context
- group cell context- Returns:
- formatted cell value of group column
-