Package com.smartgwt.client.widgets.form
Interface FormItemErrorFormatter
public interface FormItemErrorFormatter
Formatter to customize the error message of a FormItem
- 
Method Summary
Modifier and TypeMethodDescriptiongetErrorHTML(String[] errors) Output the HTML for an error message in a form element. 
- 
Method Details
- 
getErrorHTML
Output 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
 
 
 -