Uses of Interface
com.google.gwt.event.dom.client.FocusHandler
Packages that use 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
Classes in com.google.gwt.event.dom.client that implement FocusHandlerModifier and TypeClassDescriptionclass
Receiver used to handle all focus events at once.Methods in com.google.gwt.event.dom.client with type parameters of type FocusHandlerModifier 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.Methods in com.google.gwt.event.dom.client that return types with arguments of type FocusHandlerModifier and TypeMethodDescriptionfinal DomEvent.Type
<FocusHandler> FocusEvent.getAssociatedType()
static DomEvent.Type
<FocusHandler> FocusEvent.getType()
Gets the event type associated with focus events.Methods in com.google.gwt.event.dom.client with parameters of type FocusHandlerModifier and TypeMethodDescriptionHasFocusHandlers.addFocusHandler
(FocusHandler handler) Adds aFocusEvent
handler.protected void
FocusEvent.dispatch
(FocusHandler handler) -
Uses of FocusHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement FocusHandlerMethods in com.google.gwt.user.client.ui with parameters of type FocusHandlerModifier and TypeMethodDescriptionFocusPanel.addFocusHandler
(FocusHandler handler) FocusWidget.addFocusHandler
(FocusHandler handler) Tree.addFocusHandler
(FocusHandler handler)