|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorMessage | |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui | |
| Uses of ErrorMessage in com.vaadin.server |
|---|
| Classes in com.vaadin.server that implement ErrorMessage | |
|---|---|
class |
AbstractErrorMessage
Base class for component error messages. |
class |
CompositeErrorMessage
Class for combining multiple error messages together. |
class |
SystemError
SystemError is an error message for a problem caused by error in
system, not the user application code. |
class |
UserError
UserError is a controlled error occurred in application. |
| Methods in com.vaadin.server that return ErrorMessage | |
|---|---|
static ErrorMessage |
AbstractErrorMessage.getErrorMessageForException(java.lang.Throwable t)
|
| Methods in com.vaadin.server that return types with arguments of type ErrorMessage | |
|---|---|
protected java.util.List<ErrorMessage> |
AbstractErrorMessage.getCauses()
|
java.util.Iterator<ErrorMessage> |
CompositeErrorMessage.iterator()
Gets Error Iterator. |
| Methods in com.vaadin.server with parameters of type ErrorMessage | |
|---|---|
protected void |
AbstractErrorMessage.addCause(ErrorMessage cause)
|
| Constructors in com.vaadin.server with parameters of type ErrorMessage | |
|---|---|
CompositeErrorMessage(ErrorMessage[] errorMessages)
Constructor for CompositeErrorMessage. |
|
| Constructor parameters in com.vaadin.server with type arguments of type ErrorMessage | |
|---|---|
CompositeErrorMessage(java.util.Collection<? extends ErrorMessage> errorMessages)
Constructor for CompositeErrorMessage. |
|
| Uses of ErrorMessage in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return ErrorMessage | |
|---|---|
ErrorMessage |
TabSheet.Tab.getComponentError()
Gets the current error message shown for the tab. |
ErrorMessage |
TabSheet.TabSheetTabImpl.getComponentError()
|
ErrorMessage |
AbstractComponent.getComponentError()
Gets the component's error message. |
ErrorMessage |
Form.getErrorMessage()
Deprecated. The error message of a Form is the error of the first field with a non-empty error. |
ErrorMessage |
Component.ErrorEvent.getErrorMessage()
Gets the error message. |
ErrorMessage |
AbstractComponent.getErrorMessage()
Gets the error message for this component. |
ErrorMessage |
AbstractField.getErrorMessage()
Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors. |
| Methods in com.vaadin.ui with parameters of type ErrorMessage | |
|---|---|
void |
TabSheet.Tab.setComponentError(ErrorMessage componentError)
Sets an error indicator to be shown in the tab. |
void |
TabSheet.TabSheetTabImpl.setComponentError(ErrorMessage componentError)
|
void |
AbstractComponent.setComponentError(ErrorMessage componentError)
Sets the component's error message. |
| Constructors in com.vaadin.ui with parameters of type ErrorMessage | |
|---|---|
Component.ErrorEvent(ErrorMessage message,
Component component)
Constructs a new event with a specified source component. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||