|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.grid.Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyDownHandler>
com.vaadin.client.ui.grid.events.GridKeyDownEvent
public class GridKeyDownEvent
Represents native key down event in Grid.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.client.ui.grid.Grid.AbstractGridKeyEvent |
|---|
Grid.AbstractGridKeyEvent.GridSection |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.client.ui.grid.Grid.AbstractGridKeyEvent |
|---|
activeCell |
| Constructor Summary | |
|---|---|
GridKeyDownEvent(Grid<?> grid)
|
|
| Method Summary | |
|---|---|
protected void |
doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler handler,
Grid.AbstractGridKeyEvent.GridSection section)
|
protected java.lang.String |
getBrowserEventType()
|
int |
getNativeKeyCode()
Gets the native key code. |
static boolean |
isArrow(int keyCode)
Does the key code represent an arrow key? |
boolean |
isDownArrow()
Is this a key down arrow? |
boolean |
isLeftArrow()
Is this a left arrow? |
boolean |
isRightArrow()
Is this a right arrow? |
boolean |
isUpArrow()
Is this a up arrow? |
java.lang.String |
toDebugString()
|
| Methods inherited from class com.vaadin.client.ui.grid.Grid.AbstractGridKeyEvent |
|---|
dispatch, getActiveCell, getAssociatedType, getGrid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridKeyDownEvent(Grid<?> grid)
| Method Detail |
|---|
protected void doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler handler,
Grid.AbstractGridKeyEvent.GridSection section)
doDispatch in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyDownHandler>protected java.lang.String getBrowserEventType()
getBrowserEventType in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyDownHandler>public static boolean isArrow(int keyCode)
keyCode - the key code
public int getNativeKeyCode()
KeyCodes class.
public boolean isDownArrow()
public boolean isLeftArrow()
public boolean isRightArrow()
public boolean isUpArrow()
public java.lang.String toDebugString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||