Interface PressKeyCallback.Response

Enclosing interface:
PressKeyCallback

public static interface PressKeyCallback.Response
A response of the PressKeyCallback.
  • Method Details

    • proceed

      static PressKeyCallback.Response proceed()
      Returns a Response instance that allows the browser to process the event.
    • suppress

      static PressKeyCallback.Response suppress()
      Returns a Response instance that indicates that the event should be suppressed.