Interface VGrid.RowStyler<T>
- Type Parameters:
T
- the row type
public static interface VGrid.RowStyler<T>
Used to assign
Style
rules to row cells.-
Method Summary
-
Method Details
-
styleRow
AssignesStyle
rules to row rendered for given item.- Parameters:
item
- the item for which the row is renderedstyle
- the style rules for given item
-