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