Class ColumnReorderEvent<T>

  • Type Parameters:
    T - The row type of the grid. The row type is the POJO type from where the data is retrieved into the column cells.

    public class ColumnReorderEvent<T>
    extends com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>
    An event for notifying that the columns in the Grid have been reordered.
    Since:
    7.5.0
    Author:
    Vaadin Ltd
    • Constructor Detail

      • ColumnReorderEvent

        public ColumnReorderEvent()