Uses of Class
com.flowingcode.vaadin.addons.otpfield.OtpFieldI18n
-
Uses of OtpFieldI18n in com.flowingcode.vaadin.addons.otpfield
Methods in com.flowingcode.vaadin.addons.otpfield that return OtpFieldI18nModifier and TypeMethodDescriptionOtpField.getI18n()Gets the internationalization object of this field.OtpFieldI18n.setIncompleteErrorMessage(String errorMessage) Sets the error message to display when the code is non-empty but shorter than the length of the field.OtpFieldI18n.setInvalidErrorMessage(String errorMessage) Sets the error message to display when the code is longer than the length of the field, or contains characters the field does not accept.OtpFieldI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.Methods in com.flowingcode.vaadin.addons.otpfield with parameters of type OtpFieldI18nModifier and TypeMethodDescriptionvoidOtpField.setI18n(OtpFieldI18n i18n) Sets the internationalization object of this field.