Package com.smartgwt.client.widgets.form
Interface FormItemErrorFormatter
public interface FormItemErrorFormatter
Formatter to customize the error message of a FormItem
- 
Method SummaryModifier and TypeMethodDescriptiongetErrorHTML(String[] errors) Output the HTML for an error message in a form element.
- 
Method Details- 
getErrorHTMLOutput the HTML for an error message in a form element. Default behavior respectsshowErrorIconandshowErrorTextas described in the documentation for those properties.- Parameters:
- errors- the error messages
- Returns:
- the HTML to display the error
 
 
-