We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.