Uses of Enum
de.chkal.mvctoolbox.core.message.MvcMessage.Severity
Packages that use MvcMessage.Severity
-
Uses of MvcMessage.Severity in de.chkal.mvctoolbox.core.message
Methods in de.chkal.mvctoolbox.core.message that return MvcMessage.SeverityModifier and TypeMethodDescriptionMvcMessage.getSeverity()Returns the severity of of the messagestatic MvcMessage.SeverityReturns the enum constant of this type with the specified name.static MvcMessage.Severity[]MvcMessage.Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.chkal.mvctoolbox.core.message with parameters of type MvcMessage.SeverityModifier and TypeMethodDescriptionMvcMessages.add(MvcMessage.Severity severity, String text) Adds a new global message with the given severity.MvcMessagesImpl.add(MvcMessage.Severity severity, String text) Constructors in de.chkal.mvctoolbox.core.message with parameters of type MvcMessage.SeverityModifierConstructorDescriptionMvcMessage(MvcMessage.Severity severity, String text) Creates a new global message with the given severity.MvcMessage(MvcMessage.Severity severity, String param, String text) Creates a new message referring to the given parameter.