net.dontdrinkandroot.wicket.behavior.ajax
Class KeyEventBehavior.KeyEventResponse

java.lang.Object
  extended by net.dontdrinkandroot.wicket.behavior.ajax.KeyEventBehavior.KeyEventResponse
Enclosing class:
KeyEventBehavior

public class KeyEventBehavior.KeyEventResponse
extends java.lang.Object


Constructor Summary
KeyEventBehavior.KeyEventResponse(int which, int keyCode, int charCode, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey)
           
 
Method Summary
 int getCharCode()
           
 int getKeyCode()
           
 int getWhich()
           
 boolean isAltKey()
           
 boolean isCtrlKey()
           
 boolean isMetaKey()
           
 boolean isShiftKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEventBehavior.KeyEventResponse

public KeyEventBehavior.KeyEventResponse(int which,
                                         int keyCode,
                                         int charCode,
                                         boolean altKey,
                                         boolean ctrlKey,
                                         boolean metaKey,
                                         boolean shiftKey)
Method Detail

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.