public interface TableDataRowBackgroundProvider<T>
TableView.| Modifier and Type | Method and Description |
|---|---|
android.graphics.drawable.Drawable |
getRowBackground(int rowIndex,
T rowData)
Gives the row background for the row with the given index holding the given data.
|
android.graphics.drawable.Drawable getRowBackground(int rowIndex,
T rowData)
rowIndex - The index of the row to return the background Drawable for.rowData - The data presented in the row to return the background Drawable for.Drawable that shall be used for the given row.