Class GroupCellValueFormatter.GroupCellContext<E>

java.lang.Object
io.jmix.flowui.component.groupgrid.GroupCellValueFormatter.GroupCellContext<E>
Type Parameters:
E - item type
Enclosing interface:
GroupCellValueFormatter<E>

public static class GroupCellValueFormatter.GroupCellContext<E> extends Object
Represents the context for a group cell in a grouped data grid.
  • Field Details

  • Constructor Details

  • Method Details

    • getGroupInfo

      public GroupInfo getGroupInfo()
      Retrieves the group info of the group cell.
      Returns:
      the group info
    • getItems

      public Collection<E> getItems()
      Retrieves the items belonging to the group info of the group cell.
      Returns:
      the collection of items