Package com.vaadin.ui.components.grid
Interface ColumnResizeListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ColumnResizeListener extends SerializableEventListener
An event listener for column resize events in the Grid.- Since:
- 8.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcolumnResize(Grid.ColumnResizeEvent event)Called when the columns of the grid have been resized.
-
-
-
Method Detail
-
columnResize
void columnResize(Grid.ColumnResizeEvent event)
Called when the columns of the grid have been resized.- Parameters:
event- An event providing more information
-
-