Package io.jmix.ui.component
Interface GroupTable.GroupStyleProvider<E>
- All Superinterfaces:
Table.StyleProvider<E>
- Enclosing interface:
- GroupTable<E>
Allows to define different styles for table cells.
-
Method Summary
Modifier and TypeMethodDescriptiongetStyleName
(GroupInfo info) Called byGroupTable
to get a style for group row.Methods inherited from interface io.jmix.ui.component.Table.StyleProvider
getStyleName
-
Method Details
-
getStyleName
Called byGroupTable
to get a style for group row.- Parameters:
info
- an group represented by the current row- Returns:
- style name or null to apply the default
-