Uses of Class
com.vaadin.flow.component.checkbox.Checkbox.CheckboxI18n
Packages that use Checkbox.CheckboxI18n
-
Uses of Checkbox.CheckboxI18n in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return Checkbox.CheckboxI18nModifier and TypeMethodDescriptionCheckbox.getI18n()
Gets the internationalization object previously set for this component.Checkbox.CheckboxI18n.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 Checkbox.CheckboxI18nModifier and TypeMethodDescriptionvoid
Checkbox.setI18n
(Checkbox.CheckboxI18n i18n) Sets the internationalization object for this component.