Uses of Class
edu.uoc.tfc.gui.common.Level

Packages that use Level
edu.uoc.tfc.gui.common   
 

Uses of Level in edu.uoc.tfc.gui.common
 

Methods in edu.uoc.tfc.gui.common that return Level
 Level ResultatAccioAjaxVO.getLevel()
           
 Level MissatgeAjax.getLevel()
           
static Level Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.uoc.tfc.gui.common with parameters of type Level
 void ResultatAccioAjaxVO.addMessage(java.lang.String key, java.lang.String[] params, Level level)
           
 void ResultatAccioAjaxVO.setLevel(Level level)
           
 void MissatgeAjax.setLevel(Level level)
           
 

Constructors in edu.uoc.tfc.gui.common with parameters of type Level
MissatgeAjax(java.lang.String codiMissatge, java.lang.String[] parametres, Level level)