public interface HasKeyPressHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addKeyPressHandler(KeyPressHandler handler)
Executed when a key is pressed and released on a focusable widget
|
com.google.gwt.event.shared.HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
handler - the keyPress handlerHandlerRegistration used to remove this handler