Interface SortHandler<T>
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface SortHandler<T> extends com.google.gwt.event.shared.EventHandlerHandler for a Grid sort event, called when the Grid needs its data source to provide data sorted in a specific manner.- Since:
- 7.4
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(SortEvent<T> event)Handle sorting of the Grid.
-