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(@Nullable Boolean allowValueListOnly) FormField.autoFillDate(@Nullable Boolean autoFillDate) FormField.autoFillUser(@Nullable Boolean autoFillUser) FormField.column(@Nullable BigDecimal column) FormField.placeholder(@Nullable String placeholder) FormField.type(@Nullable FormField.TypeEnum type) FormField.uniqueValuesAsOptions(@Nullable Boolean uniqueValuesAsOptions) FormField.valueList(@Nullable 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