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 interface ColumnResizeHandler<T>
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onColumnResize(ColumnResizeEvent<T> event)
A column resize event, fired by Grid when the columns of the Grid have
been resized.
|
void onColumnResize(ColumnResizeEvent<T> event)
event - column resize eventCopyright © 2016 Vaadin Ltd. All rights reserved.