public class GridKeyPressEvent extends Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
| Constructor and Description |
|---|
GridKeyPressEvent(Grid<?> grid,
CellReference<?> targetCell) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler,
GridConstants.Section section) |
protected String |
getBrowserEventType() |
char |
getCharCode()
Gets the char code for this event.
|
int |
getUnicodeCharCode()
Gets the Unicode char code (code point) for this event.
|
String |
toDebugString() |
dispatch, getAssociatedType, getFocusedCell, getGridisAltKeyDown, isAnyModifierKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationpublic GridKeyPressEvent(Grid<?> grid, CellReference<?> targetCell)
protected void doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler, GridConstants.Section section)
doDispatch in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>protected String getBrowserEventType()
getBrowserEventType in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>public char getCharCode()
public int getUnicodeCharCode()
public String toDebugString()
toDebugString in class com.google.web.bindery.event.shared.Event<AbstractGridKeyEventHandler.GridKeyPressHandler>Copyright © 2016 Vaadin Ltd. All rights reserved.