Package com.vaadin.flow.data.event


package com.vaadin.flow.data.event
  • Class
    Description
    SortEvent<T extends com.vaadin.flow.component.Component,S extends SortOrder<?>>
    Event describing a change in sorting of a DataProvider.
    SortEvent.SortNotifier<T extends com.vaadin.flow.component.Component,S extends SortOrder<?>>
    The interface for adding and removing listeners for SortEvents.