Uses of Class
org.vaadin.firitin.fields.ShortField.ShortFieldI18n
Packages that use ShortField.ShortFieldI18n
-
Uses of ShortField.ShortFieldI18n in org.vaadin.firitin.fields
Methods in org.vaadin.firitin.fields that return ShortField.ShortFieldI18nModifier and TypeMethodDescriptionShortField.getI18n()
Gets the internationalization object previously set for this component.ShortField.ShortFieldI18n.setBadInputErrorMessage
(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeShort
.ShortField.ShortFieldI18n.setMaxErrorMessage
(String errorMessage) Sets the error message to display when the field value is greater than the maximum allowed value.ShortField.ShortFieldI18n.setMinErrorMessage
(String errorMessage) Sets the error message to display when the field value is smaller than the minimum allowed value.ShortField.ShortFieldI18n.setRequiredErrorMessage
(String errorMessage) Sets the error message to display when the field is required but empty.ShortField.ShortFieldI18n.setStepErrorMessage
(String errorMessage) Sets the error message to display when the field value is not a multiple of the step value.Methods in org.vaadin.firitin.fields with parameters of type ShortField.ShortFieldI18nModifier and TypeMethodDescriptionvoid
ShortField.setI18n
(ShortField.ShortFieldI18n i18n) Sets the internationalization object for this component.