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>>
| Constructor and Description |
|---|
ColumnResizeEvent(Grid.Column<?,T> column)
Constructs a resize event for a grid column.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ColumnResizeHandler<T> handler) |
com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<T>> |
getAssociatedType() |
Grid.Column<?,T> |
getColumn() |
static com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<?>> |
getType()
Returns the associated handler type.
|
assertLive, getSource, isLive, kill, revivepublic ColumnResizeEvent(Grid.Column<?,T> column)
column - the updated columnpublic static final com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<?>> getType()
public com.google.gwt.event.shared.GwtEvent.Type<ColumnResizeHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler<T>>protected void dispatch(ColumnResizeHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ColumnResizeHandler<T>>public Grid.Column<?,T> getColumn()
Copyright © 2023 Vaadin Ltd. All rights reserved.