Uses of Class
com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
-
Uses of IntegerField.IntegerFieldI18n in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return IntegerField.IntegerFieldI18nModifier and TypeMethodDescriptionIntegerField.getI18n()Gets the internationalization object previously set for this component.IntegerField.IntegerFieldI18n.setBadInputErrorMessage(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeInteger.IntegerField.IntegerFieldI18n.setMaxErrorMessage(String errorMessage) Sets the error message to display when the field value is greater than the maximum allowed value.IntegerField.IntegerFieldI18n.setMinErrorMessage(String errorMessage) Sets the error message to display when the field value is smaller than the minimum allowed value.IntegerField.IntegerFieldI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.IntegerField.IntegerFieldI18n.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 IntegerField.IntegerFieldI18nModifier and TypeMethodDescriptionvoidIntegerField.setI18n(IntegerField.IntegerFieldI18n i18n) Sets the internationalization object for this component.