Interface TypeKeyCallback.Response
- Enclosing interface:
- TypeKeyCallback
public static interface TypeKeyCallback.Response
A response of the
TypeKeyCallback.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TypeKeyCallback.Responseproceed()Returns aResponseinstance that allows the browser to process the event.static TypeKeyCallback.Responsesuppress()Returns aResponseinstance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-