Uses of Interface
de.xima.fc.form.common.models.IXItemFieldNameConventions
-
Packages that use IXItemFieldNameConventions Package Description de.xima.fc.form de.xima.fc.form.common.fieldname de.xima.fc.form.common.items de.xima.fc.form.common.models de.xima.fc.placeholder.replacer -
-
Uses of IXItemFieldNameConventions in de.xima.fc.form
Methods in de.xima.fc.form that return types with arguments of type IXItemFieldNameConventions Modifier and Type Method Description static Map<String,IXItemFieldNameConventions>
FormHelper. getAllFieldNameConventions(UUID clientUuid)
Gets allIXItemFieldNameConventions
for the builtin widgets and widgets provided by plugins.static Map<String,IXItemFieldNameConventions>
FormHelper. getBuiltinFieldNameConventions()
Gets allIXItemFieldNameConventions
for 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 theIXItemFieldNameConventions
for 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 IXItemFieldNameConventions Modifier and Type Class Description class
EBuiltinFieldNameConventions
TheIXItemFieldNameConventions
for 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 IXItemFieldNameConventions Modifier and Type Method Description IXItemFieldNameConventions
XAppointment. getFieldNameConventions()
IXItemFieldNameConventions
XSelect. getFieldNameConventions()
IXItemFieldNameConventions
XUpload. getFieldNameConventions()
-
Uses of IXItemFieldNameConventions in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IXItemFieldNameConventions Modifier and Type Class Description class
DefaultXItemFieldNameConventions
The defaultfield name conventions
suitable 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 IXItemFieldNameConventions Modifier and Type Method Description default IXItemFieldNameConventions
IXItemBasic. getFieldNameConventions()
Gets the naming conventions for the form fields used by this type of form item. -
Uses of IXItemFieldNameConventions in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer that return types with arguments of type IXItemFieldNameConventions Modifier and Type Method Description static Map<String,IXItemFieldNameConventions>
FormRepetitionContextHelper. getAllFieldNameConventions(UUID clientUuid)
Gets allIXItemFieldNameConventions
for the builtin widgets and widgets provided by plugins.static Map<String,IXItemFieldNameConventions>
FormRepetitionContextHelper. getBuiltinFieldNameConventions()
Gets allIXItemFieldNameConventions
for builtin form item types.static Map<String,IXItemFieldNameConventions>
FormRepetitionContextHelper. getWidgetFieldNameConventions(UUID clientUuid)
Reads all widget plugins from the system scope and from the given client scope, and returns a map with theIXItemFieldNameConventions
for the widgets provided by these plugins.
-