Package formflow.library.pdf
Class SubmissionField
java.lang.Object
formflow.library.pdf.SubmissionField
- Direct Known Subclasses:
CheckboxField,DatabaseField,SingleField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
iteration
-
-
Constructor Details
-
SubmissionField
public SubmissionField()
-
-
Method Details
-
getName
Returns the name of the field. If the field is part of a subflow, the name will be the field name suffixed with a "_" and iteration number.
Given this data:name = "incomeJob" iteration = 2This method would return: `incomeJob_2`.
If no iteration value is set, then just the name is returned:name = "firstName" iteration = nullThis method would return: `firstName`- Returns:
- name of field
-