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.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlesAllFocusEvents
Receiver used to handle all focus events at once.
|
Modifier and Type | Method and Description |
---|---|
static <H extends BlurHandler & FocusHandler> |
HandlesAllFocusEvents.handle(HasAllFocusHandlers eventSource,
H reciever)
Convenience method used to handle both focus and blur events from an event
source.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<FocusHandler> |
FocusEvent.getAssociatedType() |
static DomEvent.Type<FocusHandler> |
FocusEvent.getType()
Gets the event type associated with focus events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasFocusHandlers.addFocusHandler(FocusHandler handler)
Adds a
FocusEvent handler. |
protected void |
FocusEvent.dispatch(FocusHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedFocusListener
Deprecated.
Wrapper for a
FocusListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Tree.addFocusHandler(FocusHandler handler) |
HandlerRegistration |
FocusWidget.addFocusHandler(FocusHandler handler) |
HandlerRegistration |
FocusPanel.addFocusHandler(FocusHandler handler) |