|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widgets.Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyUpHandler>
com.vaadin.client.widget.grid.events.GridKeyUpEvent
public class GridKeyUpEvent
Represents native key up event in Grid.
| Constructor Summary | |
|---|---|
GridKeyUpEvent(Grid<?> grid,
CellReference<?> targetCell)
|
|
| Method Summary | |
|---|---|
protected void |
doDispatch(AbstractGridKeyEventHandler.GridKeyUpHandler handler,
com.vaadin.shared.ui.grid.GridConstants.Section 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.widgets.Grid.AbstractGridKeyEvent |
|---|
dispatch, getAssociatedType, getFocusedCell, getGrid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridKeyUpEvent(Grid<?> grid,
CellReference<?> targetCell)
| Method Detail |
|---|
protected void doDispatch(AbstractGridKeyEventHandler.GridKeyUpHandler handler,
com.vaadin.shared.ui.grid.GridConstants.Section section)
doDispatch in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyUpHandler>protected java.lang.String getBrowserEventType()
getBrowserEventType in class Grid.AbstractGridKeyEvent<AbstractGridKeyEventHandler.GridKeyUpHandler>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 | |||||||||