THIS - Self-referential generic THISpublic interface FluentSortNotifier<THIS extends FluentSortNotifier<THIS,SORT>,SORT extends com.vaadin.data.provider.SortOrder<?>>
extends com.vaadin.event.SortEvent.SortNotifier<SORT>
SortEvent.SortNotifierSortEvent.SortNotifier| Modifier and Type | Method and Description |
|---|---|
default THIS |
withSortListener(com.vaadin.event.SortEvent.SortListener<SORT> listener)
Adds a sort order change listener that gets notified when the sort
order changes.
|
default THIS withSortListener(com.vaadin.event.SortEvent.SortListener<SORT> listener)
listener - the sort order change listener to addSortEvent.SortNotifier#addSortListener(SortListener)Copyright © 2017 Jean-Christophe Fortier. All rights reserved.