Interface ComboBoxBaseI18n
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ComboBox.ComboBoxI18n
,MultiSelectComboBoxI18n
The internationalization properties for
ComboBoxBase
.-
Method Summary
Modifier and TypeMethodDescriptionGets the error message displayed when the field is required but empty.
-
Method Details
-
getRequiredErrorMessage
String getRequiredErrorMessage()Gets the error message displayed when the field is required but empty.- Returns:
- the error message or
null
if not set
-