Package com.vaadin.ui

Interface Grid.ColumnResizeListener

  • All Superinterfaces:
    Serializable
    Enclosing class:
    Grid

    public static interface Grid.ColumnResizeListener
    extends Serializable
    An event listener for column resize events in the Grid.
    Since:
    7.6
    • 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