public interface HasFocusHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFocusHandler(FocusHandler handler)
Called when this FormItem receives focus.
|
com.google.gwt.event.shared.HandlerRegistration addFocusHandler(FocusHandler handler)
handler
- the focus handlerHandlerRegistration
used to remove this handler