public abstract static class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
extends com.google.gwt.event.dom.client.KeyEvent<HANDLER>
| Constructor and Description |
|---|
AbstractGridKeyEvent(Grid<?> grid,
CellReference<?> targetCell) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(HANDLER handler) |
protected abstract void |
doDispatch(HANDLER handler,
GridConstants.Section section) |
com.google.gwt.event.dom.client.DomEvent.Type<HANDLER> |
getAssociatedType() |
protected abstract String |
getBrowserEventType() |
CellReference<?> |
getFocusedCell()
Gets the focused cell for this event.
|
Grid<?> |
getGrid()
Gets the Grid instance for this event.
|
isAltKeyDown, isAnyModifierKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivepublic AbstractGridKeyEvent(Grid<?> grid, CellReference<?> targetCell)
protected abstract String getBrowserEventType()
public Grid<?> getGrid()
public CellReference<?> getFocusedCell()
protected void dispatch(HANDLER handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<HANDLER extends AbstractGridKeyEventHandler>protected abstract void doDispatch(HANDLER handler, GridConstants.Section section)
public com.google.gwt.event.dom.client.DomEvent.Type<HANDLER> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<HANDLER extends AbstractGridKeyEventHandler>Copyright © 2016 Vaadin Ltd. All rights reserved.