We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 type
Number
.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 TypeMethodDescriptionvoid
NumberField.setI18n
(NumberField.NumberFieldI18n i18n) Sets the internationalization object for this component.