Class GroupingChangedEvent<E>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GroupDataGrid<E>>
io.jmix.groupgridflowui.component.event.GroupingChangedEvent<E>
Type Parameters:
E - the type of the entity
All Implemented Interfaces:
Serializable

public class GroupingChangedEvent<E> extends com.vaadin.flow.component.ComponentEvent<GroupDataGrid<E>>
Event fired when the grouping of a GroupDataGrid changes.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getPreviousGroupingColumns

      public Collection<Grid.Column<E>> getPreviousGroupingColumns()
      Returns:
      the previous grouping columns, or an empty list if there was no previous grouping
    • getGroupingColumns

      public Collection<Grid.Column<E>> getGroupingColumns()
      Returns:
      the current grouping columns, or an empty list if there is no grouping at the moment