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

public final class ListItemSourcePropsFieldValues extends AListItemSourceProps
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 Details

    • ListItemSourcePropsFieldValues

      public ListItemSourcePropsFieldValues()
  • Method Details

    • getFormFieldName

      public String 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

      public void setFormFieldName(String formFieldName)
      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.