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