T - The row type of the Grid. The row type is the POJO type from where
the data is retrieved into the column cells.public interface SortHandler<T>
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
sort(SortEvent<T> event)
Handle sorting of the Grid.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.