static ParameterListControl.Builder |
ParameterListControl.builder() |
|
default ParameterListControl.Builder |
ParameterListControl.Builder.cascadingControlConfiguration(Consumer<CascadingControlConfiguration.Builder> cascadingControlConfiguration) |
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
ParameterListControl.Builder |
ParameterListControl.Builder.cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration) |
The values that are displayed in a control can be configured to only show values that are valid based on
what's selected in other controls.
|
default ParameterListControl.Builder |
ParameterListControl.Builder.displayOptions(Consumer<ListControlDisplayOptions.Builder> displayOptions) |
The display options of a control.
|
ParameterListControl.Builder |
ParameterListControl.Builder.displayOptions(ListControlDisplayOptions displayOptions) |
The display options of a control.
|
ParameterListControl.Builder |
ParameterListControl.Builder.parameterControlId(String parameterControlId) |
The ID of the ParameterListControl.
|
default ParameterListControl.Builder |
ParameterListControl.Builder.selectableValues(Consumer<ParameterSelectableValues.Builder> selectableValues) |
A list of selectable values that are used in a control.
|
ParameterListControl.Builder |
ParameterListControl.Builder.selectableValues(ParameterSelectableValues selectableValues) |
A list of selectable values that are used in a control.
|
ParameterListControl.Builder |
ParameterListControl.Builder.sourceParameterName(String sourceParameterName) |
The source parameter name of the ParameterListControl.
|
ParameterListControl.Builder |
ParameterListControl.Builder.title(String title) |
The title of the ParameterListControl.
|
ParameterListControl.Builder |
ParameterListControl.toBuilder() |
|
ParameterListControl.Builder |
ParameterListControl.Builder.type(String type) |
The type of ParameterListControl.
|
ParameterListControl.Builder |
ParameterListControl.Builder.type(SheetControlListType type) |
The type of ParameterListControl.
|