Uses of Interface
com.google.gwt.event.dom.client.ErrorHandler
-
Packages that use ErrorHandler 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. -
-
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 ErrorHandler Modifier and Type Method Description 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 ErrorHandler Modifier and Type Method Description HandlerRegistrationHasErrorHandlers. addErrorHandler(ErrorHandler handler)Adds anErrorEventhandler.protected voidErrorEvent. dispatch(ErrorHandler handler) -
Uses of ErrorHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement ErrorHandler Modifier and Type Class Description static classListenerWrapper.WrappedLoadListenerDeprecated.Wrapper for aLoadListener.Methods in com.google.gwt.user.client.ui with parameters of type ErrorHandler Modifier and Type Method Description HandlerRegistrationImage. addErrorHandler(ErrorHandler handler)
-