public interface HasKeyPressHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addKeyPressHandler(KeyPressHandler handler)StringMethod fired when the user presses a key while focused in this form item. | 
com.google.gwt.event.shared.HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
handler - the keyPress handlerHandlerRegistration used to remove this handler