| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widgets |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractGridKeyEventHandler.GridKeyDownHandler |
static interface |
AbstractGridKeyEventHandler.GridKeyPressHandler |
static interface |
AbstractGridKeyEventHandler.GridKeyUpHandler |
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> |
Copyright © 2018 Vaadin Ltd. All rights reserved.