Uses of Interface
com.vaadin.server.ErrorHandler

Packages that use ErrorHandler
com.vaadin.event   
com.vaadin.server   
 

Uses of ErrorHandler in com.vaadin.event
 

Methods in com.vaadin.event with parameters of type ErrorHandler
 void EventRouter.fireEvent(java.util.EventObject event, ErrorHandler errorHandler)
          Sends an event to all registered listeners.
 

Uses of ErrorHandler in com.vaadin.server
 

Classes in com.vaadin.server that implement ErrorHandler
 class DefaultErrorHandler
           
 class LegacyApplication
          Deprecated. As of 7.0. This class is only intended to ease migration and should not be used for new projects.
 

Methods in com.vaadin.server that return ErrorHandler
static ErrorHandler ErrorEvent.findErrorHandler(ClientConnector connector)
          Method for finding the error handler for the given connector.
static ErrorHandler ErrorEvent.findErrorHandler(VaadinSession session)
          Method for finding the error handler for the given session.
 ErrorHandler ClientConnector.getErrorHandler()
          Gets the error handler for the connector.
 ErrorHandler AbstractClientConnector.getErrorHandler()
           
 ErrorHandler DragAndDropService.getErrorHandler()
           
 ErrorHandler VaadinSession.getErrorHandler()
          Gets the session's error handler.
 

Methods in com.vaadin.server with parameters of type ErrorHandler
 void ClientConnector.setErrorHandler(ErrorHandler errorHandler)
          Sets the error handler for the connector.
 void AbstractClientConnector.setErrorHandler(ErrorHandler errorHandler)
           
 void DragAndDropService.setErrorHandler(ErrorHandler errorHandler)
           
 void VaadinSession.setErrorHandler(ErrorHandler errorHandler)
          Sets the session error handler.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.