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.

@FunctionalInterface public static interface GroupTable.GroupCellValueFormatter<E>
Interface defining method for formatting cell value of group columns.
  • Method Details

    • format

      Formats cell value of group column.
      Parameters:
      context - group cell context
      Returns:
      formatted cell value of group column