Uses of Class
com.vaadin.flow.data.event.SortEvent
Packages that use SortEvent
-
Uses of SortEvent in com.vaadin.flow.component.grid
Method parameters in com.vaadin.flow.component.grid with type arguments of type SortEventModifier and TypeMethodDescriptionGrid.addSortListener(ComponentEventListener<SortEvent<Grid<T>, GridSortOrder<T>>> listener) -
Uses of SortEvent in com.vaadin.flow.data.event
Method parameters in com.vaadin.flow.data.event with type arguments of type SortEventModifier and TypeMethodDescriptionSortEvent.SortNotifier.addSortListener(ComponentEventListener<SortEvent<T, S>> listener) Adds a sort order change listener that gets notified when the sort order changes.