com.vaadin.client.widget.grid.events
Class GridKeyPressEvent
java.lang.Object
com.vaadin.client.widgets.Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
com.vaadin.client.widget.grid.events.GridKeyPressEvent
public class GridKeyPressEvent
- extends Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
Represents native key press event in Grid.
- Since:
- 7.4
- Author:
- Vaadin Ltd
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridKeyPressEvent
public GridKeyPressEvent(Grid<?> grid,
CellReference<?> targetCell)
doDispatch
protected void doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler,
com.vaadin.shared.ui.grid.GridConstants.Section section)
- Specified by:
doDispatch in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
getBrowserEventType
protected java.lang.String getBrowserEventType()
- Specified by:
getBrowserEventType in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyPressHandler>
getCharCode
public char getCharCode()
- Gets the char code for this event.
- Returns:
- the char code
getUnicodeCharCode
public int getUnicodeCharCode()
- Gets the Unicode char code (code point) for this event.
- Returns:
- the Unicode char code
toDebugString
public java.lang.String toDebugString()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.