Uses of Class
de.xima.fc.mdl.fdv.form.ParsedFieldName
-
Packages that use ParsedFieldName Package Description de.xima.fc.form.helper de.xima.fc.logic.form_record.upload de.xima.fc.mdl.fdv.form Klassen für Formularfeld-Metainformationen -
-
Uses of ParsedFieldName in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return ParsedFieldName Modifier and Type Method Description static ParsedFieldName
AttachmentHelper. getAjaxUUIDFieldName(ParsedFieldName fieldName)
Derives the AJAX UUID field name for the given base field name.static ParsedFieldName
AttachmentHelper. getUUIDFieldName(ParsedFieldName orgFieldName)
Derives the UUID field name for the given base field name.Methods in de.xima.fc.form.helper with parameters of type ParsedFieldName Modifier and Type Method Description static ParsedFieldName
AttachmentHelper. getAjaxUUIDFieldName(ParsedFieldName fieldName)
Derives the AJAX UUID field name for the given base field name.static ParsedFieldName
AttachmentHelper. getUUIDFieldName(ParsedFieldName orgFieldName)
Derives the UUID field name for the given base field name. -
Uses of ParsedFieldName in de.xima.fc.logic.form_record.upload
Methods in de.xima.fc.logic.form_record.upload with parameters of type ParsedFieldName Modifier and Type Method Description String
XUploadFileNameInterpolator. interpolateFileName(String originalFileName, String fileNamePattern, ParsedFieldName fieldName)
Interpolates the file name pattern with values from the form record. -
Uses of ParsedFieldName in de.xima.fc.mdl.fdv.form
Methods in de.xima.fc.mdl.fdv.form that return ParsedFieldName Modifier and Type Method Description static ParsedFieldName
ParsedFieldName. forBasicElement(String elementName)
Creates a new parsed field name for a basic element, using the given parameters.static ParsedFieldName
ParsedFieldName. forFieldName(String fieldName)
static ParsedFieldName
ParsedFieldName. forRepeatedElement(String elementName, String containerName, int repetitionId)
Creates a new parsed field name for a repeated element, using the given parameters.ParsedFieldName
ParsedFieldName. withSuffix(String suffix, boolean preserveContainerName)
Adds a suffix the element's name, but preserves the container name and the repetition index.
-