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 | Method and Description |
---|---|
DomEvent.Type<ErrorHandler> |
ErrorEvent.getAssociatedType() |
static DomEvent.Type<ErrorHandler> |
ErrorEvent.getType()
Gets the event type associated with error events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasErrorHandlers.addErrorHandler(ErrorHandler handler)
Adds an
ErrorEvent handler. |
protected void |
ErrorEvent.dispatch(ErrorHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedLoadListener
Deprecated.
Wrapper for a
LoadListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Image.addErrorHandler(ErrorHandler handler) |