Uses of Class
nl.b3p.tailormap.api.persistence.json.FormField
Packages that use FormField
Package
Description
-
Uses of FormField in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type FormFieldMethod parameters in nl.b3p.tailormap.api.persistence with type arguments of type FormField -
Uses of FormField in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return FormFieldModifier and TypeMethodDescriptionFormField.addValueListItem(FormFieldValue valueListItem) FormField.allowValueListOnly(Boolean allowValueListOnly) FormField.column(BigDecimal column) FormField.placeholder(String placeholder) FormField.type(FormField.TypeEnum type) FormField.uniqueValuesAsOptions(Boolean uniqueValuesAsOptions) FormField.valueList(List<@Valid FormFieldValue> valueList) -
Uses of FormField in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type FormFieldMethods in nl.b3p.tailormap.api.viewer.model with parameters of type FormFieldMethod parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type FormField