public interface HasFocusInHandlers
extends com.google.gwt.event.shared.HasHandlers
FocusInHandler
instances.Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFocusInHandler(FocusInHandler handler)
Adds a
FocusInHandler handler. |
com.google.gwt.event.shared.HandlerRegistration addFocusInHandler(FocusInHandler handler)
FocusInHandler
handler.handler
- the focusin handlerHandlerRegistration
used to remove this handlerCopyright © 2018. All Rights Reserved.