Class WKeyEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      WKeyEvent()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WAbstractEvent createFromJSEvent​(eu.webtoolkit.jwt.JavaScriptEvent jsEvent)
      Internal method.
      int getCharCode()
      Returns the unicode character code.
      Key getKey()
      Returns the key code key that was pressed or released.
      java.util.EnumSet<KeyboardModifier> getModifiers()
      Returns keyboard modifiers.
      java.lang.String getText()
      The (unicode) text that this key generated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait