net.dontdrinkandroot.wicket.behavior.ajax
Class KeyEventBehavior.KeyEventResponse
java.lang.Object
net.dontdrinkandroot.wicket.behavior.ajax.KeyEventBehavior.KeyEventResponse
- Enclosing class:
- KeyEventBehavior
public class KeyEventBehavior.KeyEventResponse
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyEventBehavior.KeyEventResponse
public KeyEventBehavior.KeyEventResponse(int which,
int keyCode,
int charCode,
boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey)
getWhich
public int getWhich()
getKeyCode
public int getKeyCode()
getCharCode
public int getCharCode()
isAltKey
public boolean isAltKey()
isCtrlKey
public boolean isCtrlKey()
isMetaKey
public boolean isMetaKey()
isShiftKey
public boolean isShiftKey()
Copyright © 2013 dontdrinkandroot. All Rights Reserved.