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