Uses of Class
com.vaadin.flow.component.radiobutton.RadioButtonGroup.RadioButtonGroupI18n
Packages that use RadioButtonGroup.RadioButtonGroupI18n
-
Uses of RadioButtonGroup.RadioButtonGroupI18n in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton that return RadioButtonGroup.RadioButtonGroupI18nModifier and TypeMethodDescriptionRadioButtonGroup.getI18n()Gets the internationalization object previously set for this component.RadioButtonGroup.RadioButtonGroupI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.vaadin.flow.component.radiobutton with parameters of type RadioButtonGroup.RadioButtonGroupI18nModifier and TypeMethodDescriptionvoidRadioButtonGroup.setI18n(RadioButtonGroup.RadioButtonGroupI18n i18n) Sets the internationalization object for this component.