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<BlurHandler> |
BlurEvent.getAssociatedType() |
static DomEvent.Type<BlurHandler> |
BlurEvent.getType()
Gets the event type associated with blur events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasBlurHandlers.addBlurHandler(BlurHandler handler)
Adds a
BlurEvent handler. |
protected void |
BlurEvent.dispatch(BlurHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedFocusListener
Deprecated.
Wrapper for a
FocusListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Tree.addBlurHandler(BlurHandler handler) |
HandlerRegistration |
FocusWidget.addBlurHandler(BlurHandler handler) |
HandlerRegistration |
FocusPanel.addBlurHandler(BlurHandler handler) |