TableDataRowColorizer
is deprecated. Use
TableDataRowBackgroundProvider
instead.@Deprecated
public interface TableDataRowColorizer<T>
TableView
.Modifier and Type | Method and Description |
---|---|
int |
getRowColor(int rowIndex,
T rowData)
Deprecated.
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.