static ParameterDropDownControl.Builder |
ParameterDropDownControl.builder() |
|
default ParameterDropDownControl.Builder |
ParameterDropDownControl.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.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.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.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.commitMode(String commitMode) |
The visibility configuration of the Apply button on a ParameterDropDownControl.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.commitMode(CommitMode commitMode) |
The visibility configuration of the Apply button on a ParameterDropDownControl.
|
default ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.displayOptions(Consumer<DropDownControlDisplayOptions.Builder> displayOptions) |
The display options of a control.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.displayOptions(DropDownControlDisplayOptions displayOptions) |
The display options of a control.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.parameterControlId(String parameterControlId) |
The ID of the ParameterDropDownControl.
|
default ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.selectableValues(Consumer<ParameterSelectableValues.Builder> selectableValues) |
A list of selectable values that are used in a control.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.selectableValues(ParameterSelectableValues selectableValues) |
A list of selectable values that are used in a control.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.sourceParameterName(String sourceParameterName) |
The source parameter name of the ParameterDropDownControl.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.title(String title) |
The title of the ParameterDropDownControl.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.toBuilder() |
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.type(String type) |
The type parameter name of the ParameterDropDownControl.
|
ParameterDropDownControl.Builder |
ParameterDropDownControl.Builder.type(SheetControlListType type) |
The type parameter name of the ParameterDropDownControl.
|