Uses of Interface
com.vaadin.event.SortEvent.SortListener
-
Packages that use SortEvent.SortListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of SortEvent.SortListener in com.vaadin.event
Methods in com.vaadin.event with parameters of type SortEvent.SortListener Modifier and Type Method Description RegistrationSortEvent.SortNotifier. addSortListener(SortEvent.SortListener<T> listener)Adds a sort order change listener that gets notified when the sort order changes. -
Uses of SortEvent.SortListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SortEvent.SortListener Modifier and Type Method Description RegistrationGrid. addSortListener(SortEvent.SortListener<GridSortOrder<T>> listener)Adds a sort order change listener that gets notified when the sort order changes.
-