Class ListItemSourcePropsFieldValues
java.lang.Object
de.xima.fc.workflow.model.list_item_source.AListItemSourceProps
de.xima.fc.workflow.model.list_item_source.ListItemSourcePropsFieldValues
- All Implemented Interfaces:
Serializable
Model class for the for-each loop, representing the settings when
FIELD_VALUES is selected.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the form field with values over which to iterate.voidsetFormFieldName(String formFieldName) Sets the name of the form field with values over which to iterate.
-
Constructor Details
-
ListItemSourcePropsFieldValues
public ListItemSourcePropsFieldValues()
-
-
Method Details
-
getFormFieldName
Gets the name of the form field with values over which to iterate. Should be a valuable form field, or no iteration is possible.- Returns:
- Name of a form field.
-
setFormFieldName
Sets the name of the form field with values over which to iterate. Should be a valuable form field, or no iteration is possible.- Parameters:
formFieldName- Name of a form field.
-