Uses of Interface
com.vaadin.v7.event.SortEvent.SortListener
-
Packages that use SortEvent.SortListener Package Description com.vaadin.v7.event com.vaadin.v7.ui -
-
Uses of SortEvent.SortListener in com.vaadin.v7.event
Methods in com.vaadin.v7.event with parameters of type SortEvent.SortListener Modifier and Type Method Description com.vaadin.shared.RegistrationSortEvent.SortNotifier. addSortListener(SortEvent.SortListener listener)Deprecated.Adds a sort order change listener that gets notified when the sort order changes.voidSortEvent.SortNotifier. removeSortListener(SortEvent.SortListener listener)Deprecated.Removes a sort order change listener previously added usingSortEvent.SortNotifier.addSortListener(SortListener). -
Uses of SortEvent.SortListener in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui with parameters of type SortEvent.SortListener Modifier and Type Method Description com.vaadin.shared.RegistrationGrid. addSortListener(SortEvent.SortListener listener)Deprecated.Adds a sort order change listener that gets notified when the sort order changes.voidGrid. removeSortListener(SortEvent.SortListener listener)Deprecated.Removes a sort order change listener previously added usingGrid.addSortListener(SortListener).
-