public interface RowStyleProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getRowStyle(Row row)
Returns the CSS style for the specified row.
|
String getRowStyle(Row row)
row - the row where to apply the style. Don't store the object, it will be reused in successive calls.String if no style have to be applied.Copyright © 2015. All Rights Reserved.