public interface HasKeyPressHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addKeyPressHandler(KeyPressHandler handler)
StringMethod fired when the user presses a key while focused in this form item.
|
fireEventHandlerRegistration addKeyPressHandler(KeyPressHandler handler)
handler - the keyPress handlerHandlerRegistration used to remove this handler