Uses of Class
com.flowingcode.vaadin.addons.gridhelpers.ColumnToggleEvent
-
-
Uses of ColumnToggleEvent in com.flowingcode.vaadin.addons.gridhelpers
Method parameters in com.flowingcode.vaadin.addons.gridhelpers with type arguments of type ColumnToggleEvent Modifier and Type Method Description static <T> com.vaadin.flow.shared.Registration
GridHelper. addColumnToggleListener(com.vaadin.flow.component.grid.Grid<T> grid, com.vaadin.flow.component.ComponentEventListener<ColumnToggleEvent<T>> listener)
Adds a listener that is notified when column visibility is modified through the sidebar menu.
-