Uses of Class
com.vaadin.client.widget.grid.EventCellReference
-
Packages that use EventCellReference Package Description com.vaadin.client.widgets -
-
Uses of EventCellReference in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return EventCellReference Modifier and Type Method Description EventCellReference<T>Grid.GridEvent. getCell()Returns the Grid cell this event originated from.EventCellReference<T>Grid. getEventCell()Returns theEventCellReferencefor the latest event fired from this Grid.Constructors in com.vaadin.client.widgets with parameters of type EventCellReference Constructor Description EditorDomEvent(com.google.gwt.user.client.Event event, EventCellReference<T> cell, com.google.gwt.user.client.ui.Widget editorWidget)Constructs a newGrid.EditorDomEvent.GridEvent(com.google.gwt.user.client.Event event, EventCellReference<T> cell)Constructs a newGrid.GridEvent.
-