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.ErrorLevelErrorMessage. CRITICALDeprecated.As of 7.0, useCRITICALinsteadstatic ErrorMessage.ErrorLevelErrorMessage. ERRORDeprecated.As of 7.0, useERRORinsteadstatic ErrorMessage.ErrorLevelErrorMessage. INFORMATIONDeprecated.As of 7.0, useINFORMATIONinsteadstatic ErrorMessage.ErrorLevelErrorMessage. SYSTEMERRORDeprecated.As of 7.0, useSYSTEMERRORinsteadstatic ErrorMessage.ErrorLevelErrorMessage. WARNINGDeprecated.As of 7.0, useWARNINGinsteadMethods in com.vaadin.server that return ErrorMessage.ErrorLevel Modifier and Type Method Description ErrorMessage.ErrorLevelAbstractErrorMessage. getErrorLevel()ErrorMessage.ErrorLevelErrorMessage. getErrorLevel()Gets the errors level.static ErrorMessage.ErrorLevelErrorMessage.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 voidAbstractErrorMessage. 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.
-