Uses of Class
org.jboss.seam.international.status.Level

Packages that use Level
org.jboss.seam.international.status   
org.jboss.seam.international.status.builder   
 

Uses of Level in org.jboss.seam.international.status
 

Methods in org.jboss.seam.international.status that return Level
 Level Message.getLevel()
          Get the Level representing the severity of this message.
static Level Level.valueOf(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 are declared.
 

Methods in org.jboss.seam.international.status with parameters of type Level
 void MutableMessage.setLevel(Level level)
          Set the Level representing the severity of this message.
 

Uses of Level in org.jboss.seam.international.status.builder
 

Methods in org.jboss.seam.international.status.builder with parameters of type Level
 BundleTemplateMessage BundleTemplateMessage.level(Level level)
          Set the severity, level of importance of this message.
 TemplateMessage TemplateMessage.level(Level level)
          Set the severity, level of importance of this message.
 



Copyright © 2011 Seam Framework. All Rights Reserved.