Uses of Class
com.vaadin.terminal.ErrorMessage.ErrorLevel

Packages that use ErrorMessage.ErrorLevel
com.vaadin.terminal   
 

Uses of ErrorMessage.ErrorLevel in com.vaadin.terminal
 

Fields in com.vaadin.terminal declared as ErrorMessage.ErrorLevel
static ErrorMessage.ErrorLevel ErrorMessage.CRITICAL
          Deprecated. from 7.0, use CRITICAL instead    
static ErrorMessage.ErrorLevel ErrorMessage.ERROR
          Deprecated. from 7.0, use ERROR instead    
static ErrorMessage.ErrorLevel ErrorMessage.INFORMATION
          Deprecated. from 7.0, use INFORMATION instead    
static ErrorMessage.ErrorLevel ErrorMessage.SYSTEMERROR
          Deprecated. from 7.0, use SYSTEMERROR instead    
static ErrorMessage.ErrorLevel ErrorMessage.WARNING
          Deprecated. from 7.0, use WARNING instead    
 

Methods in com.vaadin.terminal that return ErrorMessage.ErrorLevel
 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.terminal with parameters of type ErrorMessage.ErrorLevel
protected  void AbstractErrorMessage.setErrorLevel(ErrorMessage.ErrorLevel level)
           
 

Constructors in com.vaadin.terminal with parameters of type ErrorMessage.ErrorLevel
UserError(String message, AbstractErrorMessage.ContentMode contentMode, ErrorMessage.ErrorLevel errorLevel)
          Creates an error message with level and content mode.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.