Interface ColumnResizeListener

  • All Superinterfaces:
    java.util.EventListener, java.io.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 Detail

      • columnResize

        void columnResize​(Grid.ColumnResizeEvent event)
        Called when the columns of the grid have been resized.
        Parameters:
        event - An event providing more information