Uses of Class
com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
-
Uses of TextArea.TextAreaI18n in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return TextArea.TextAreaI18nModifier and TypeMethodDescriptionTextArea.getI18n()Gets the internationalization object previously set for this component.TextArea.TextAreaI18n.setMaxLengthErrorMessage(String errorMessage) Sets the error message to display when the field value is longer than the maximum allowed length.TextArea.TextAreaI18n.setMinLengthErrorMessage(String errorMessage) Sets the error message to display when the field value is shorter than the minimum allowed length.TextArea.TextAreaI18n.setPatternErrorMessage(String errorMessage) Sets the error message to display when the field value does not match the pattern.TextArea.TextAreaI18n.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 TextArea.TextAreaI18nModifier and TypeMethodDescriptionvoidTextArea.setI18n(TextArea.TextAreaI18n i18n) Sets the internationalization object for this component.