Uses of Class
org.openxava.util.Messages.Type

Packages that use Messages.Type
org.openxava.util   
 

Uses of Messages.Type in org.openxava.util
 

Methods in org.openxava.util that return Messages.Type
static Messages.Type Messages.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Messages.Type[] Messages.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openxava.util with parameters of type Messages.Type
 void Messages.add(Messages.Type type, java.lang.String idMessage, java.lang.Object... ids)