Uses of Class
org.vaadin.firitin.fields.LongField.LongFieldI18n
Packages that use LongField.LongFieldI18n
-
Uses of LongField.LongFieldI18n in org.vaadin.firitin.fields
Methods in org.vaadin.firitin.fields that return LongField.LongFieldI18nModifier and TypeMethodDescriptionLongField.getI18n()Gets the internationalization object previously set for this component.LongField.LongFieldI18n.setBadInputErrorMessage(String errorMessage) Sets the error message to display when the field contains user input that the server is unable to convert to typeLong.LongField.LongFieldI18n.setMaxErrorMessage(String errorMessage) Sets the error message to display when the field value is greater than the maximum allowed value.LongField.LongFieldI18n.setMinErrorMessage(String errorMessage) Sets the error message to display when the field value is smaller than the minimum allowed value.LongField.LongFieldI18n.setRequiredErrorMessage(String errorMessage) Sets the error message to display when the field is required but empty.LongField.LongFieldI18n.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 LongField.LongFieldI18nModifier and TypeMethodDescriptionvoidLongField.setI18n(LongField.LongFieldI18n i18n) Sets the internationalization object for this component.