Interface ComboBoxBaseI18n

All Superinterfaces:
Serializable
All Known Implementing Classes:
ComboBox.ComboBoxI18n, MultiSelectComboBoxI18n

public interface ComboBoxBaseI18n extends Serializable
The internationalization properties for ComboBoxBase.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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