Uses of Interface
de.xima.fc.form.common.models.IXItemFieldNameConventions
Packages that use IXItemFieldNameConventions
Package
Description
- 
Uses of IXItemFieldNameConventions in de.xima.fc.form
Methods in de.xima.fc.form that return types with arguments of type IXItemFieldNameConventionsModifier and TypeMethodDescriptionstatic Map<String,IXItemFieldNameConventions> FormHelper.getAllFieldNameConventions(UUID clientUuid) Gets allIXItemFieldNameConventionsfor the builtin widgets and widgets provided by plugins.static Map<String,IXItemFieldNameConventions> FormHelper.getBuiltinFieldNameConventions()Gets allIXItemFieldNameConventionsfor builtin form item types.static Map<String,IXItemFieldNameConventions> FormHelper.getWidgetFieldNameConventions(UUID clientUuid) Reads all widget plugins from the system scope and from the given client scope, and returns a map with theIXItemFieldNameConventionsfor the widgets provided by these plugins. - 
Uses of IXItemFieldNameConventions in de.xima.fc.form.common.fieldname
Classes in de.xima.fc.form.common.fieldname that implement IXItemFieldNameConventionsModifier and TypeClassDescriptionenumTheIXItemFieldNameConventionsfor the builtin items (that have special conventions). - 
Uses of IXItemFieldNameConventions in de.xima.fc.form.common.items
Methods in de.xima.fc.form.common.items that return IXItemFieldNameConventionsModifier and TypeMethodDescriptionXAppointment.getFieldNameConventions()XSelect.getFieldNameConventions()XUpload.getFieldNameConventions() - 
Uses of IXItemFieldNameConventions in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IXItemFieldNameConventionsModifier and TypeClassDescriptionenumThe defaultfield name conventionssuitable for most form items that consist of only a single input, select, or textarea field in the rendered form, with a name as configured in the form designer.Methods in de.xima.fc.form.common.models that return IXItemFieldNameConventionsModifier and TypeMethodDescriptiondefault IXItemFieldNameConventionsIXItemBasic.getFieldNameConventions()Gets the naming conventions for the form fields used by this type of form item.