| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
EventCellReference<T> |
Grid.GridEvent.getCell()
Returns the Grid cell this event originated from.
|
EventCellReference<T> |
Grid.getEventCell()
Returns the
EventCellReference for the latest event fired from
this Grid. |
| Constructor and Description |
|---|
EditorDomEvent(com.google.gwt.user.client.Event event,
EventCellReference<T> cell,
com.google.gwt.user.client.ui.Widget editorWidget)
Constructs a new
Grid.EditorDomEvent. |
GridEvent(com.google.gwt.user.client.Event event,
EventCellReference<T> cell)
Constructs a new
Grid.GridEvent. |
Copyright © 2021 Vaadin Ltd. All rights reserved.