Uses of Class
com.vaadin.flow.component.checkbox.CheckboxGroup.CheckboxGroupI18n
Packages that use CheckboxGroup.CheckboxGroupI18n
-
Uses of CheckboxGroup.CheckboxGroupI18n in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return CheckboxGroup.CheckboxGroupI18nModifier and TypeMethodDescriptionCheckboxGroup.getI18n()
Gets the internationalization object previously set for this component.CheckboxGroup.CheckboxGroupI18n.setRequiredErrorMessage
(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.vaadin.flow.component.checkbox with parameters of type CheckboxGroup.CheckboxGroupI18nModifier and TypeMethodDescriptionvoid
CheckboxGroup.setI18n
(CheckboxGroup.CheckboxGroupI18n i18n) Sets the internationalization object for this component.