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)
Constructs a new
Grid.GridEvent . |
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)
Grid.GridEvent
.event
- a native eventcell
- the cell the event targetspublic 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
- true
if the event has already been handled,
false
otherwiseCopyright © 2022 Vaadin Ltd. All rights reserved.