Interface KeyDownHandler

All Superinterfaces:
EventHandler

public interface KeyDownHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    StringMethod fired in response to a keydown while focused in this form item.
  • Method Details

    • onKeyDown

      void onKeyDown(KeyDownEvent event)
      StringMethod fired in response to a keydown while focused in this form item.
      Parameters:
      event - the event