Class GroupTable.GroupCellContext<E>

java.lang.Object
io.jmix.ui.component.GroupTable.GroupCellContext<E>
Type Parameters:
E - row item type
Enclosing interface:
GroupTable<E>

public static class GroupTable.GroupCellContext<E> extends Object
Class describes information about group columns for the current row.
  • Constructor Details

  • Method Details

    • getGroupInfo

      public GroupInfo getGroupInfo()
      Returns:
      group info
    • getValue

      public Object getValue()
      Returns:
      cell value of group column
    • getGroupItems

      public List<E> getGroupItems()
      Returns:
      items that are included in the group
    • getFormattedValue

      public String getFormattedValue()
      Returns:
      formatted string representation of group cell value