Uses of Interface
com.google.gwt.event.dom.client.FocusHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of FocusHandler in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionclass
Receiver used to handle all focus events at once.Modifier and TypeMethodDescriptionstatic <H extends BlurHandler & FocusHandler>
voidHandlesAllFocusEvents.handle
(HasAllFocusHandlers eventSource, H reciever) Convenience method used to handle both focus and blur events from an event source.Modifier and TypeMethodDescriptionfinal DomEvent.Type
<FocusHandler> FocusEvent.getAssociatedType()
static DomEvent.Type
<FocusHandler> FocusEvent.getType()
Gets the event type associated with focus events.Modifier and TypeMethodDescriptionHasFocusHandlers.addFocusHandler
(FocusHandler handler) Adds aFocusEvent
handler.protected void
FocusEvent.dispatch
(FocusHandler handler) -
Uses of FocusHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addFocusHandler
(FocusHandler handler) FocusWidget.addFocusHandler
(FocusHandler handler) Tree.addFocusHandler
(FocusHandler handler)