|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
VaadinSession.getErrorHandler()
Gets the session's error handler. |
ErrorHandler |
AbstractClientConnector.getErrorHandler()
|
ErrorHandler |
DragAndDropService.getErrorHandler()
|
ErrorHandler |
ClientConnector.getErrorHandler()
Gets the error handler for the connector. |
| Methods in com.vaadin.server with parameters of type ErrorHandler | |
|---|---|
void |
VaadinSession.setErrorHandler(ErrorHandler errorHandler)
Sets the session error handler. |
void |
AbstractClientConnector.setErrorHandler(ErrorHandler errorHandler)
|
void |
DragAndDropService.setErrorHandler(ErrorHandler errorHandler)
|
void |
ClientConnector.setErrorHandler(ErrorHandler errorHandler)
Sets the error handler for the connector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||