public static interface Table.ColumnResizeListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
columnResize(Table.ColumnResizeEvent event)
This method is triggered when the column has been resized
|
void columnResize(Table.ColumnResizeEvent event)
event - The event which contains the column property id, the
previous width of the column and the current width of the
columnCopyright © 2022 Vaadin Ltd. All rights reserved.