public interface HasBlurHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addBlurHandler(BlurHandler handler)
Called when this FormItem loses focus.
|
com.google.gwt.event.shared.HandlerRegistration addBlurHandler(BlurHandler handler)
handler
- the blur handlerHandlerRegistration
used to remove this handler