public static interface PressKeyCallback.Response
PressKeyCallback
.Modifier and Type | Method and Description |
---|---|
static PressKeyCallback.Response |
proceed()
Returns a
Response instance that allows the browser to process the event. |
static PressKeyCallback.Response |
suppress()
Returns a
Response instance that indicates that the event should be suppressed. |
static PressKeyCallback.Response proceed()
Response
instance that allows the browser to process the event.static PressKeyCallback.Response suppress()
Response
instance that indicates that the event should be suppressed.