Interface GroupTable.GroupStyleProvider<E>

All Superinterfaces:
Table.StyleProvider<E>
Enclosing interface:
GroupTable<E>

public static interface GroupTable.GroupStyleProvider<E> extends Table.StyleProvider<E>
Allows to define different styles for table cells.
  • Method Details

    • getStyleName

      @Nullable String getStyleName(GroupInfo info)
      Called by GroupTable to get a style for group row.
      Parameters:
      info - an group represented by the current row
      Returns:
      style name or null to apply the default