Class ColumnResizeEvent<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 ColumnResizeEvent<T>
    extends com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler<T>>
    An event for notifying that the columns in the Grid have been resized.
    Since:
    7.6
    Author:
    Vaadin Ltd
    • Constructor Detail

      • ColumnResizeEvent

        public ColumnResizeEvent​(Grid.Column<?,​T> column)
        Parameters:
        column -