| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widgets |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractGridKeyEventHandler.GridKeyDownHandler
Handler for Grid key down events.
|
static interface |
AbstractGridKeyEventHandler.GridKeyPressHandler
Handler for Grid key press events.
|
static interface |
AbstractGridKeyEventHandler.GridKeyUpHandler
Handler for Grid key up events.
|
interface |
BodyKeyDownHandler
Handler for
GridKeyDownEvents that happen when the focused cell is in
the body of the Grid. |
interface |
BodyKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the body of the Grid. |
interface |
BodyKeyUpHandler
Handler for
GridKeyUpEvents that happen when the focused cell is in
the body of the Grid. |
interface |
FooterKeyDownHandler
Handler for
GridKeyDownEvents that happen when the focused cell is in
the footer of the Grid. |
interface |
FooterKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the footer of the Grid. |
interface |
FooterKeyUpHandler
Handler for
GridKeyUpEvents that happen when the focused cell is in
the footer of the Grid. |
interface |
HeaderKeyDownHandler
Handler for
GridKeyDownEvents that happen when the focused cell is in
the header of the Grid. |
interface |
HeaderKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the header of the Grid. |
interface |
HeaderKeyUpHandler
Handler for
GridKeyUpEvents that happen when the focused cell is in
the header of the Grid. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
Event class for key events that happen within the grid.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.