Class ColumnToggleEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.grid.Grid<T>>
com.flowingcode.vaadin.addons.gridhelpers.ColumnToggleEvent<T>
- Type Parameters:
T
- the grid bean type
- All Implemented Interfaces:
Serializable
public class ColumnToggleEvent<T>
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.grid.Grid<T>>
Event describing a change in column visibility through the toggle menu.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionColumnToggleEvent
(com.vaadin.flow.component.grid.Grid<T> source, com.vaadin.flow.component.grid.Grid.Column<T> column, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ColumnToggleEvent
-
-
Method Details
-
getColumn
Returns the column whose visibility was toggled.
-