Interface KeyPressHandler

All Superinterfaces:
EventHandler

public interface KeyPressHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    StringMethod fired when the user presses a key while focused in this form item.
  • Method Details

    • onKeyPress

      void onKeyPress(KeyPressEvent event)
      StringMethod fired when the user presses a key while focused in this form item.
      Parameters:
      event - the event