Uses of Class
com.vaadin.ui.Grid.ColumnReorderEvent
-
Packages that use Grid.ColumnReorderEvent Package Description com.vaadin.ui -
-
Uses of Grid.ColumnReorderEvent in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Grid.ColumnReorderEvent Modifier and Type Method Description void
Grid.ColumnReorderListener. columnReorder(Grid.ColumnReorderEvent event)
Called when the columns of the grid have been reordered.
-