| Package | Description |
|---|---|
| com.vaadin.client.renderers | |
| com.vaadin.client.widget.grid | |
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widget.grid.selection | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
CellReference<R> |
ClickableRenderer.RendererClickEvent.getCell()
Returns the cell of the clicked button.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ComplexRenderer.onActivate(CellReference<?> cell)
Called when the cell is activated by pressing
enter, double
clicking or performing a double tap on the cell. |
boolean |
ComplexRenderer.onBrowserEvent(CellReference<?> cell,
com.google.gwt.dom.client.NativeEvent event)
Called whenever a registered event is triggered in the column the
renderer renders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventCellReference<T>
A data class which contains information which identifies a cell being the
target of an event from
Grid. |
class |
RendererCellReference
A data class which contains information which identifies a cell being
rendered in a
Grid. |
| Modifier and Type | Method and Description |
|---|---|
String |
CellStyleGenerator.getStyle(CellReference<T> cellReference)
Called by Grid to generate a style name for a column element.
|
| Constructor and Description |
|---|
GridClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridDoubleClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyDownEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyPressEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyUpEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiSelectionRenderer.onBrowserEvent(CellReference<?> cell,
com.google.gwt.dom.client.NativeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
CellReference<T> |
Grid.getCellReference(com.google.gwt.dom.client.Element element)
Returns a CellReference for the cell to which the given element belongs
to.
|
CellReference<?> |
Grid.AbstractGridKeyEvent.getFocusedCell()
Gets the reference of target cell for this event, if this event
originated from a Grid.
|
CellReference<?> |
Grid.AbstractGridMouseEvent.getTargetCell()
Gets the reference of target cell for this event, if this event
originated from a Grid.
|
| Constructor and Description |
|---|
AbstractGridKeyEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
AbstractGridMouseEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.