Uses of Class
org.tailormap.api.persistence.json.FormFieldValue
Packages that use FormFieldValue
-
Uses of FormFieldValue in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return FormFieldValueModifier and TypeMethodDescriptionMethods in org.tailormap.api.persistence.json that return types with arguments of type FormFieldValueModifier and TypeMethodDescription@Valid List<@Valid FormFieldValue> FormField.getValueList()Get valueListMethods in org.tailormap.api.persistence.json with parameters of type FormFieldValueMethod parameters in org.tailormap.api.persistence.json with type arguments of type FormFieldValueModifier and TypeMethodDescriptionvoidFormField.setValueList(List<@Valid FormFieldValue> valueList) FormField.valueList(List<@Valid FormFieldValue> valueList) Constructor parameters in org.tailormap.api.persistence.json with type arguments of type FormFieldValueModifierConstructorDescriptionFormField(String name, String label, FormField.TypeEnum type, String tab, BigDecimal column, Boolean uniqueValuesAsOptions, List<@Valid FormFieldValue> valueList, Boolean allowValueListOnly, Boolean disabled, Boolean required, Boolean autoFillUser, Boolean autoFillDate, String placeholder, String hint) Constructor with all args parameters