Uses of Interface
com.google.gwt.event.dom.client.BlurHandler
-
Packages that use BlurHandler Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of BlurHandler in com.google.gwt.event.dom.client
Classes in com.google.gwt.event.dom.client that implement BlurHandler Modifier and Type Class Description class
HandlesAllFocusEvents
Receiver used to handle all focus events at once.Methods in com.google.gwt.event.dom.client with type parameters of type BlurHandler Modifier and Type Method Description static <H extends BlurHandler & FocusHandler>
voidHandlesAllFocusEvents. handle(HasAllFocusHandlers eventSource, H reciever)
Convenience method used to handle both focus and blur events from an event source.Methods in com.google.gwt.event.dom.client that return types with arguments of type BlurHandler Modifier and Type Method Description DomEvent.Type<BlurHandler>
BlurEvent. getAssociatedType()
static DomEvent.Type<BlurHandler>
BlurEvent. getType()
Gets the event type associated with blur events.Methods in com.google.gwt.event.dom.client with parameters of type BlurHandler Modifier and Type Method Description HandlerRegistration
HasBlurHandlers. addBlurHandler(BlurHandler handler)
Adds aBlurEvent
handler.protected void
BlurEvent. dispatch(BlurHandler handler)
-
Uses of BlurHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement BlurHandler Modifier and Type Class Description static class
ListenerWrapper.WrappedFocusListener
Deprecated.Wrapper for aFocusListener
.Methods in com.google.gwt.user.client.ui with parameters of type BlurHandler Modifier and Type Method Description HandlerRegistration
FocusPanel. addBlurHandler(BlurHandler handler)
HandlerRegistration
FocusWidget. addBlurHandler(BlurHandler handler)
HandlerRegistration
Tree. addBlurHandler(BlurHandler handler)
-