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.
|
fireEventHandlerRegistration addKeyDownHandler(KeyDownHandler handler)
handler - the keyDown handlerHandlerRegistration used to remove this handler