|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widgets.Grid.GridEvent<T>
T - The row type of the gridpublic static class Grid.GridEvent<T>
A wrapper for native DOM events originating from Grid. In addition to the
native event, contains a CellReference instance specifying which
cell the event originated from.
| Constructor Summary | |
|---|---|
protected |
Grid.GridEvent(Event event,
EventCellReference<T> cell)
|
| Method Summary | |
|---|---|
EventCellReference<T> |
getCell()
Returns the Grid cell this event originated from. |
Event |
getDomEvent()
Returns the wrapped DOM event. |
Grid<T> |
getGrid()
Returns the Grid instance this event originated from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Grid.GridEvent(Event event,
EventCellReference<T> cell)
| Method Detail |
|---|
public Event getDomEvent()
public EventCellReference<T> getCell()
public Grid<T> getGrid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||