Class ErrorMessageFormater
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.ErrorMessageFormater
-
public final class ErrorMessageFormater extends Object
helper class with formating methods for validation messages.- Author:
- Manfred Tremmel
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-