Package com.vaadin.ui

Interface Grid.ColumnReorderListener

  • All Superinterfaces:
    Serializable
    Enclosing class:
    Grid

    public static interface Grid.ColumnReorderListener
    extends Serializable
    An event listener for column reorder events in the Grid.
    Since:
    7.5.0
    • Method Detail

      • columnReorder

        void columnReorder​(Grid.ColumnReorderEvent event)
        Called when the columns of the grid have been reordered.
        Parameters:
        event - An event providing more information