Uses of Class
io.vertigo.vega.webservice.validation.UiMessageStack.Level
-
Packages that use UiMessageStack.Level Package Description io.vertigo.vega.webservice.validation -
-
Uses of UiMessageStack.Level in io.vertigo.vega.webservice.validation
Methods in io.vertigo.vega.webservice.validation that return UiMessageStack.Level Modifier and Type Method Description static UiMessageStack.Level
UiMessageStack.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static UiMessageStack.Level[]
UiMessageStack.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.vega.webservice.validation with parameters of type UiMessageStack.Level Modifier and Type Method Description void
UiMessageStack. addFieldMessage(UiMessageStack.Level level, String message, DtObject dtObject, String fieldName)
Add the message to the stack.void
UiMessageStack. addFieldMessage(UiMessageStack.Level level, String message, String contextKey, String fieldName)
Add the message to the stack.void
VegaUiMessageStack. addFieldMessage(UiMessageStack.Level level, String message, DtObject dto, String fieldName)
void
VegaUiMessageStack. addFieldMessage(UiMessageStack.Level level, String message, String contextKey, String fieldName)
void
UiMessageStack. addGlobalMessage(UiMessageStack.Level level, String message)
Ajoute un message.void
VegaUiMessageStack. addGlobalMessage(UiMessageStack.Level level, String message)
Ajoute un message.
-