|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorMessage.ErrorLevel | |
|---|---|
| com.vaadin.server | |
| Uses of ErrorMessage.ErrorLevel in com.vaadin.server |
|---|
| Fields in com.vaadin.server declared as ErrorMessage.ErrorLevel | |
|---|---|
static ErrorMessage.ErrorLevel |
ErrorMessage.CRITICAL
Deprecated. As of 7.0, use CRITICAL instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.ERROR
Deprecated. As of 7.0, use ERROR instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.INFORMATION
Deprecated. As of 7.0, use INFORMATION instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.SYSTEMERROR
Deprecated. As of 7.0, use SYSTEMERROR instead |
static ErrorMessage.ErrorLevel |
ErrorMessage.WARNING
Deprecated. As of 7.0, use WARNING instead |
| Methods in com.vaadin.server that return ErrorMessage.ErrorLevel | |
|---|---|
ErrorMessage.ErrorLevel |
AbstractErrorMessage.getErrorLevel()
|
ErrorMessage.ErrorLevel |
ErrorMessage.getErrorLevel()
Gets the errors level. |
static ErrorMessage.ErrorLevel |
ErrorMessage.ErrorLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ErrorMessage.ErrorLevel[] |
ErrorMessage.ErrorLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.vaadin.server with parameters of type ErrorMessage.ErrorLevel | |
|---|---|
protected void |
AbstractErrorMessage.setErrorLevel(ErrorMessage.ErrorLevel level)
|
| Constructors in com.vaadin.server with parameters of type ErrorMessage.ErrorLevel | |
|---|---|
UserError(java.lang.String message,
AbstractErrorMessage.ContentMode contentMode,
ErrorMessage.ErrorLevel errorLevel)
Creates an error message with level and content mode. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||