Package com.vaadin.ui
Interface Grid.ColumnReorderListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Grid
public static interface Grid.ColumnReorderListener extends Serializable
An event listener for column reorder events in the Grid.- Since:
- 7.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcolumnReorder(Grid.ColumnReorderEvent event)Called when the columns of the grid have been reordered.
-
-
-
Method Detail
-
columnReorder
void columnReorder(Grid.ColumnReorderEvent event)
Called when the columns of the grid have been reordered.- Parameters:
event- An event providing more information
-
-