public interface HasKeyDownHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addKeyDownHandler(KeyDownHandler handler)
StringMethod fired in response to a keydown while focused in this form item.
|
fireEvent
HandlerRegistration addKeyDownHandler(KeyDownHandler handler)
handler
- the keyDown handlerHandlerRegistration
used to remove this handler