Package com.vaadin.ui
Interface Table.ColumnResizeListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Table
public static interface Table.ColumnResizeListener extends Serializable
Interface for listening to column resize events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcolumnResize(Table.ColumnResizeEvent event)This method is triggered when the column has been resized
-
-
-
Method Detail
-
columnResize
void columnResize(Table.ColumnResizeEvent event)
This method is triggered when the column has been resized- Parameters:
event- The event which contains the column property id, the previous width of the column and the current width of the column
-
-