Uses of Class
com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
Packages that use EmailField.EmailFieldI18n
-
Uses of EmailField.EmailFieldI18n in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return EmailField.EmailFieldI18nModifier and TypeMethodDescriptionEmailField.getI18n()Gets the internationalization object previously set for this component.EmailField.EmailFieldI18n.setMaxLengthErrorMessage(String errorMessage) Sets the error message to display when the field value is longer than the maximum allowed length.EmailField.EmailFieldI18n.setMinLengthErrorMessage(String errorMessage) Sets the error message to display when the field value is shorter than the minimum allowed length.EmailField.EmailFieldI18n.setPatternErrorMessage(String errorMessage) Sets the error message to display when the field value does not match the default email format, or alternatively, the custom format if provided withEmailField.setPattern(String).EmailField.EmailFieldI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.vaadin.flow.component.textfield with parameters of type EmailField.EmailFieldI18nModifier and TypeMethodDescriptionvoidEmailField.setI18n(EmailField.EmailFieldI18n i18n) Sets the internationalization object for this component.