Uses of Class
com.jalios.jcms.context.MessageLevel
- 
Packages that use MessageLevel Package Description com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.
- 
- 
Uses of MessageLevel in com.jalios.jcms.contextMethods in com.jalios.jcms.context that return MessageLevel Modifier and Type Method Description MessageLevelJcmsToastr. getLevel()static MessageLevelMessageLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageLevel[]MessageLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.context with parameters of type MessageLevel Modifier and Type Method Description JcmsToastrJcmsToastr. setLevel(MessageLevel level)Constructors in com.jalios.jcms.context with parameters of type MessageLevel Constructor Description JcmsToastr(MessageLevel level, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> optionMap)Create a newJcmsToastrwith the specifiedJcmsMessage.Level, message, url and optionMap
- 
Uses of MessageLevel in com.jalios.jcms.taglibMethods in com.jalios.jcms.taglib that return MessageLevel Modifier and Type Method Description MessageLevelMessageTag. getLevel()MessageLevelToastrTag. getLevel()Methods in com.jalios.jcms.taglib with parameters of type MessageLevel Modifier and Type Method Description voidMessageTag. setLevel(MessageLevel level)voidToastrTag. setLevel(MessageLevel level)
 
-