T - The row type of the grid. The row type is the POJO type from where
the data is retrieved into the column cells.public interface ColumnVisibilityChangeHandler<T>
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onVisibilityChange(ColumnVisibilityChangeEvent<T> event)
A column visibility change event, fired by Grid when a column in the Grid
has changed visibility.
|
void onVisibilityChange(ColumnVisibilityChangeEvent<T> event)
event - column visibility change eventCopyright © 2023 Vaadin Ltd. All rights reserved.