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 ColumnReorderHandler<T>
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onColumnReorder(ColumnReorderEvent<T> event)
A column reorder event, fired by Grid when the columns of the Grid have
been reordered.
|
void onColumnReorder(ColumnReorderEvent<T> event)
event - column reorder eventCopyright © 2016 Vaadin Ltd. All rights reserved.