Uses of Class
com.vaadin.server.ErrorMessage.ErrorLevel
-
Packages that use ErrorMessage.ErrorLevel Package Description com.vaadin.server -
-
Uses of ErrorMessage.ErrorLevel in com.vaadin.server
Fields in com.vaadin.server declared as ErrorMessage.ErrorLevel Modifier and Type Field Description static ErrorMessage.ErrorLevel
ErrorMessage. CRITICAL
Deprecated.As of 7.0, useCRITICAL
insteadstatic ErrorMessage.ErrorLevel
ErrorMessage. ERROR
Deprecated.As of 7.0, useERROR
insteadstatic ErrorMessage.ErrorLevel
ErrorMessage. INFORMATION
Deprecated.As of 7.0, useINFORMATION
insteadstatic ErrorMessage.ErrorLevel
ErrorMessage. SYSTEMERROR
Deprecated.As of 7.0, useSYSTEMERROR
insteadstatic ErrorMessage.ErrorLevel
ErrorMessage. WARNING
Deprecated.As of 7.0, useWARNING
insteadMethods in com.vaadin.server that return ErrorMessage.ErrorLevel Modifier and Type Method Description ErrorMessage.ErrorLevel
AbstractErrorMessage. getErrorLevel()
ErrorMessage.ErrorLevel
ErrorMessage. getErrorLevel()
Gets the errors level.static ErrorMessage.ErrorLevel
ErrorMessage.ErrorLevel. valueOf(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 Modifier and Type Method Description protected void
AbstractErrorMessage. setErrorLevel(ErrorMessage.ErrorLevel level)
Constructors in com.vaadin.server with parameters of type ErrorMessage.ErrorLevel Constructor Description UserError(String message, AbstractErrorMessage.ContentMode contentMode, ErrorMessage.ErrorLevel errorLevel)
Creates an error message with level and content mode.
-