| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widgets |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractGridMouseEventHandler.GridClickHandler
Handler for Grid click events.
|
static interface |
AbstractGridMouseEventHandler.GridDoubleClickHandler
Handler for Grid double-click events.
|
interface |
BodyClickHandler
Handler for
GridClickEvents that happen in the body of the Grid. |
interface |
BodyDoubleClickHandler
Handler for
GridDoubleClickEvents that happen in the body of the
Grid. |
interface |
FooterClickHandler
Handler for
GridClickEvents that happen in the footer of the Grid. |
interface |
FooterDoubleClickHandler
Handler for
GridDoubleClickEvents that happen in the footer of the
Grid. |
interface |
HeaderClickHandler
Handler for
GridClickEvents that happen in the header of the Grid. |
interface |
HeaderDoubleClickHandler
Handler for
GridDoubleClickEvents that happen in the header of the
Grid. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler>
Event class for mouse events that happen within the grid.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.