public interface TableDataRowColoriser<T>
TableView
.Modifier and Type | Method and Description |
---|---|
int |
getRowColor(int rowIndex,
T rowData)
Gives the row color for the row with the given index holding the given data.
|
int getRowColor(int rowIndex, T rowData)
rowIndex
- The index of the row to return the background color for.rowData
- The data presented in the row to return the background color for.