Class FcChangeFormValueProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcChangeFormValueProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the change form value action (
EWorkflowNodeType.FC_CHANGE_FORM_VALUE).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a list of repeated form elements or containers with the new number of repetitions for that element or container.voidsetFormValues(List<Setting<String>> formValues) voidsetRepetitionSizes(List<Setting<String>> repetitionSizes) Gets a list of repeated form elements or containers with the new number of repetitions for that element or container.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcChangeFormValueProps
public FcChangeFormValueProps()
-
-
Method Details
-
getFormValues
-
setFormValues
-
getRepetitionSizes
Gets a list of repeated form elements or containers with the new number of repetitions for that element or container. Repetitions are deleted or added to match the configured number of repetitions.Each value must be a string with a valid base 10 representation of an integer.
- Returns:
- The number of repetitions to set for a repeated element or container.
-
setRepetitionSizes
Gets a list of repeated form elements or containers with the new number of repetitions for that element or container. Repetitions are deleted or added to match the configured number of repetitions.Each value must be a string with a valid base 10 representation of an integer.
- Parameters:
repetitionSizes- The number of repetitions to set for a repeated element or container.
-