Class ListItemSourcePropsFieldValues

    • Constructor Detail

      • ListItemSourcePropsFieldValues

        public ListItemSourcePropsFieldValues()
    • Method Detail

      • 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.