Package io.jmix.ui.component
Class GroupTable.GroupCellContext<E>
java.lang.Object
io.jmix.ui.component.GroupTable.GroupCellContext<E>
- Type Parameters:
E
- row item type
- Enclosing interface:
- GroupTable<E>
Class describes information about group columns for the current row.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GroupCellContext
-
-
Method Details
-
getGroupInfo
- Returns:
- group info
-
getValue
- Returns:
- cell value of group column
-
getGroupItems
- Returns:
- items that are included in the group
-
getFormattedValue
- Returns:
- formatted string representation of group cell value
-