Class ErrorMessageFormater
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.ErrorMessageFormater
helper class with formating methods for validation messages.
- Author:
- Manfred Tremmel
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.gwt.safehtml.shared.SafeHtmlmessagesToList(Set<String> messages) build a html list out of given message set.static StringmessagesToString(Set<String> messages) build a linefeed separated String with all messages out of given set.
-
Method Details
-
messagesToList
build a html list out of given message set.- Parameters:
messages- set of message strings- Returns:
- safe html with massages as list
-
messagesToString
build a linefeed separated String with all messages out of given set.- Parameters:
messages- set of message strings- Returns:
- String with messages
-