Interface ColumnReorderListener

  • 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 ColumnReorderListener
    extends SerializableEventListener
    An event listener for column reorder events in the Grid.
    Since:
    8.0
    Author:
    Vaadin Ltd
    • 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