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.
|
fireEvent
HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
handler
- the keyPress handlerHandlerRegistration
used to remove this handler