| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BodyKeyDownHandler
Handler for
GridKeyDownEvents 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 |
HeaderKeyDownHandler
Handler for
GridKeyDownEvents 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.GridKeyDownHandler> |
GridKeyDownEvent.TYPE
DOM event type.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyDownHandler> |
GridKeyDownEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridKeyDownEvent.doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler handler,
GridConstants.Section section) |
Copyright © 2021 Vaadin Ltd. All rights reserved.