Module is.codion.swing.common.ui
Interface FilterTableCellRenderer.CellColor<R,C,T>
- Type Parameters:
R- the row typeC- the column identifier typeT- the cell value type
- All Known Subinterfaces:
EntityTableCellRenderer.EntityCellColor<T>
- Enclosing interface:
FilterTableCellRenderer<T>
public static interface FilterTableCellRenderer.CellColor<R,C,T>
Provides a color to override the default color for table cells.
-
Method Summary
-
Method Details
-
get
- Parameters:
table- the tablerow- the row objectidentifier- the column identifiervalue- the cell value- Returns:
- the Color for the given cell, null for the default color
-