static IChangeFormValuesBuilder |
WorkflowNodeFactory.changeFormValue() |
|
IChangeFormValuesBuilder |
IChangeFormValuesBuilder.formValue(Setting<String> formValue) |
Sets the value of the given form element to the given value.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.formValue(String name,
String value) |
Sets the value of the given form element to the given value.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.formValues(Iterable<Setting<String>> formValues) |
Sets the values of the given form element to the given values.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.formValues(Map<String,String> formValues) |
Sets the value of the given form elements to the given values.
|
IChangeFormValuesBuilder |
IChangeFormValuesBuilder.repetitionSize(Setting<String> repetitionSize) |
Sets the repetition count of the given repeated form element to the given value.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.repetitionSize(String name,
String value) |
Sets the repetition count of the given repeated form element to the given value.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.repetitionSizes(Iterable<Setting<String>> repetitionSizes) |
Sets the repetition count of the given repeated form elements to the given values.
|
default IChangeFormValuesBuilder |
IChangeFormValuesBuilder.repetitionSizes(Map<String,String> repetitionSizes) |
Sets the repetition count of the given repeated form elements to the given values.
|