public static interface CascadingControlConfiguration.Builder extends SdkPojo, CopyableBuilder<CascadingControlConfiguration.Builder,CascadingControlConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CascadingControlConfiguration.Builder |
sourceControls(CascadingControlSource... sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration.Builder |
sourceControls(Collection<CascadingControlSource> sourceControls)
A list of source controls that determine the values that are used in the current control.
|
CascadingControlConfiguration.Builder |
sourceControls(Consumer<CascadingControlSource.Builder>... sourceControls)
A list of source controls that determine the values that are used in the current control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCascadingControlConfiguration.Builder sourceControls(Collection<CascadingControlSource> sourceControls)
A list of source controls that determine the values that are used in the current control.
sourceControls - A list of source controls that determine the values that are used in the current control.CascadingControlConfiguration.Builder sourceControls(CascadingControlSource... sourceControls)
A list of source controls that determine the values that are used in the current control.
sourceControls - A list of source controls that determine the values that are used in the current control.CascadingControlConfiguration.Builder sourceControls(Consumer<CascadingControlSource.Builder>... sourceControls)
A list of source controls that determine the values that are used in the current control.
This is a convenience method that creates an instance of theCascadingControlSource.Builder avoiding the need to
create one manually via
CascadingControlSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sourceControls(List.
sourceControls - a consumer that will call methods on
CascadingControlSource.Builder#sourceControls(java.util.Collection) Copyright © 2023. All rights reserved.