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 voidSortEvent.SortNotifier. addSortListener(SortEvent.SortListener listener)Adds a sort order change listener that gets notified when the sort order changes.voidSortEvent.SortNotifier. removeSortListener(SortEvent.SortListener listener)Removes a sort order change listener previously added usingSortEvent.SortNotifier.addSortListener(SortListener). -
Uses of SortEvent.SortListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SortEvent.SortListener Modifier and Type Method Description voidGrid. addSortListener(SortEvent.SortListener listener)Adds a sort order change listener that gets notified when the sort order changes.voidGrid. removeSortListener(SortEvent.SortListener listener)Removes a sort order change listener previously added usingGrid.addSortListener(SortListener).
-