Uses of Class
com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Packages that use NumberField.NumberFieldI18n
-
Uses of NumberField.NumberFieldI18n in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return NumberField.NumberFieldI18nModifier and TypeMethodDescriptionNumberField.getI18n()Gets the internationalization object previously set for this component.NumberField.NumberFieldI18n.setBadInputErrorMessage(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeNumber.NumberField.NumberFieldI18n.setMaxErrorMessage(String errorMessage) Sets the error message to display when the field value is greater than the maximum allowed value.NumberField.NumberFieldI18n.setMinErrorMessage(String errorMessage) Sets the error message to display when the field value is smaller than the minimum allowed value.NumberField.NumberFieldI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.NumberField.NumberFieldI18n.setStepErrorMessage(String errorMessage) Sets the error message to display when the field value is not a multiple of the step value.Methods in com.vaadin.flow.component.textfield with parameters of type NumberField.NumberFieldI18nModifier and TypeMethodDescriptionvoidNumberField.setI18n(NumberField.NumberFieldI18n i18n) Sets the internationalization object for this component.