Class GroupCellValueFormatter.GroupCellContext<E>
java.lang.Object
io.jmix.flowui.component.groupgrid.GroupCellValueFormatter.GroupCellContext<E>
- Type Parameters:
E- item type
- Enclosing interface:
- GroupCellValueFormatter<E>
Represents the context for a group cell in a grouped data grid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the group info of the group cell.getItems()Retrieves the items belonging to the group info of the group cell.
-
Field Details
-
groupInfo
-
items
-
-
Constructor Details
-
GroupCellContext
-
-
Method Details
-
getGroupInfo
Retrieves the group info of the group cell.- Returns:
- the group info
-
getItems
Retrieves the items belonging to the group info of the group cell.- Returns:
- the collection of items
-