Uses of Class
com.vaadin.flow.component.checkbox.Switch.SwitchI18n
Packages that use Switch.SwitchI18n
-
Uses of Switch.SwitchI18n in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return Switch.SwitchI18nModifier and TypeMethodDescriptionSwitch.getI18n()Gets the internationalization object previously set for this component.Switch.SwitchI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but not checked.Methods in com.vaadin.flow.component.checkbox with parameters of type Switch.SwitchI18nModifier and TypeMethodDescriptionvoidSwitch.setI18n(Switch.SwitchI18n i18n) Sets the internationalization object for this component.