Uses of Interface
com.google.gwt.event.dom.client.ErrorHandler
Packages that use ErrorHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of ErrorHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type ErrorHandlerModifier and TypeMethodDescriptionfinal DomEvent.Type
<ErrorHandler> ErrorEvent.getAssociatedType()
static DomEvent.Type
<ErrorHandler> ErrorEvent.getType()
Gets the event type associated with error events.Methods in com.google.gwt.event.dom.client with parameters of type ErrorHandlerModifier and TypeMethodDescriptionHasErrorHandlers.addErrorHandler
(ErrorHandler handler) Adds anErrorEvent
handler.protected void
ErrorEvent.dispatch
(ErrorHandler handler) -
Uses of ErrorHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement ErrorHandlerMethods in com.google.gwt.user.client.ui with parameters of type ErrorHandler