| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BodyKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the body of the Grid. |
interface |
FooterKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the footer of the Grid. |
interface |
HeaderKeyPressHandler
Handler for
GridKeyPressEvents that happen when the focused cell is
in the header of the Grid. |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> |
GridKeyPressEvent.TYPE
DOM event type.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> |
GridKeyPressEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridKeyPressEvent.doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler,
GridConstants.Section section) |
Copyright © 2023 Vaadin Ltd. All rights reserved.