public interface HasKeyUpHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addKeyUpHandler(KeyUpHandler handler)
StringMethod fired in response to a keyup while focused in this form item.
|
fireEvent
HandlerRegistration addKeyUpHandler(KeyUpHandler handler)
handler
- the keyUp handlerHandlerRegistration
used to remove this handler