public class GridKeyPressEvent extends Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> |
TYPE |
Constructor and Description |
---|
GridKeyPressEvent() |
GridKeyPressEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler,
GridConstants.Section section) |
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> |
getAssociatedType() |
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, getFocusedCell, getGrid
isAltKeyDown, isAnyModifierKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
public static final com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> TYPE
public GridKeyPressEvent()
@Deprecated public GridKeyPressEvent(Grid<?> grid, CellReference<?> targetCell)
public com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridKeyEventHandler.GridKeyPressHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
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 © 2018 Vaadin Ltd. All rights reserved.