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

Class ColumnResizeEvent<T>

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

        Constructs a resize event for a grid column.

        Parameters:

        column - the updated column

    • Method Detail

      • getType

        public static final com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<?>> getType()

        Returns the associated handler type.

        Returns:

        the handler type

      • getAssociatedType

        public com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<T>> getAssociatedType()

        Specified by:

        getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler<T>>

      • getColumn

        public Grid.Column<?,​T> getColumn()

        Returns:

        the column