T
- The row type of the gridpublic static class Grid.GridEvent<T> extends Object
CellReference
instance specifying which
cell the event originated from.Modifier | Constructor and Description |
---|---|
protected |
GridEvent(com.google.gwt.user.client.Event event,
EventCellReference<T> cell) |
Modifier and Type | Method and Description |
---|---|
EventCellReference<T> |
getCell()
Returns the Grid cell this event originated from.
|
com.google.gwt.user.client.Event |
getDomEvent()
Returns the wrapped DOM event.
|
Grid<T> |
getGrid()
Returns the Grid instance this event originated from.
|
boolean |
isHandled()
Check whether this event has already been marked as handled.
|
void |
setHandled(boolean handled)
Set the status of this event.
|
protected GridEvent(com.google.gwt.user.client.Event event, EventCellReference<T> cell)
public com.google.gwt.user.client.Event getDomEvent()
public EventCellReference<T> getCell()
public Grid<T> getGrid()
public boolean isHandled()
public void setHandled(boolean handled)
true
effectively
marks this event as having already been handled.handled
- Copyright © 2019 Vaadin Ltd. All rights reserved.