Interface FilterTableCellRenderer.ColorProvider<R,C,T>

Type Parameters:
R - the row type
C - the column identifier type
T - the cell value type
All Known Subinterfaces:
EntityTableCellRenderer.EntityColorProvider<T>
Enclosing interface:
FilterTableCellRenderer<T>

public static interface FilterTableCellRenderer.ColorProvider<R,C,T>
Provides a color to override the default color for table cells.
  • Method Summary

    Modifier and Type
    Method
    Description
    color(FilterTable<R,C> table, R row, C identifier, T value)
     
  • Method Details

    • color

      Color color(FilterTable<R,C> table, R row, C identifier, T value)
      Parameters:
      table - the table
      row - the row object
      identifier - the column identifier
      value - the cell value
      Returns:
      the Color for the given cell, null for the default color