T - the data type of each rowpublic interface RowStyles<T>
CellTable.| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getStyleNames(T row,
             int rowIndex)Get extra style names that should be applied to a row. | 
java.lang.String getStyleNames(T row, int rowIndex)
row - the data stored in the row.rowIndex - the zero-based index of the row.null if there are no extra styles for this row.