Uses of Class
com.vaadin.flow.component.grid.ColumnReorderEvent
-
Packages that use ColumnReorderEvent Package Description com.vaadin.flow.component.grid -
-
Uses of ColumnReorderEvent in com.vaadin.flow.component.grid
Method parameters in com.vaadin.flow.component.grid with type arguments of type ColumnReorderEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationGrid. addColumnReorderListener(com.vaadin.flow.component.ComponentEventListener<ColumnReorderEvent<T>> listener)Adds a column reorder listener to this component.
-