Uses of Class
org.tailormap.api.persistence.json.FormField
Packages that use FormField
Package
Description
-
Uses of FormField in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return types with arguments of type FormFieldMethod parameters in org.tailormap.api.persistence with type arguments of type FormField -
Uses of FormField in org.tailormap.api.persistence.json
Methods in org.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 org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return types with arguments of type FormFieldMethods in org.tailormap.api.viewer.model with parameters of type FormFieldMethod parameters in org.tailormap.api.viewer.model with type arguments of type FormField