com.vaadin.client.widget.grid.events.

Class ColumnReorderEvent<T>

  • java.lang.Object
    • com.google.web.bindery.event.shared.Event<H>
      • com.google.gwt.event.shared.GwtEvent<ColumnReorderHandler<T>>
        • com.vaadin.client.widget.grid.events.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()