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