public static interface FilterDropDownControl.Builder extends SdkPojo, CopyableBuilder<FilterDropDownControl.Builder,FilterDropDownControl>
| Modifier and Type | Method and Description |
|---|---|
FilterDropDownControl.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 FilterDropDownControl.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.
|
default FilterDropDownControl.Builder |
displayOptions(Consumer<DropDownControlDisplayOptions.Builder> displayOptions)
The display options of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
displayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
filterControlId(String filterControlId)
The ID of the
FilterDropDownControl. |
default FilterDropDownControl.Builder |
selectableValues(Consumer<FilterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
|
FilterDropDownControl.Builder |
selectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
FilterDropDownControl.Builder |
sourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
title(String title)
The title of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
type(SheetControlListType type)
The type of the
FilterDropDownControl. |
FilterDropDownControl.Builder |
type(String type)
The type of the
FilterDropDownControl. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterDropDownControl.Builder filterControlId(String filterControlId)
The ID of the FilterDropDownControl.
filterControlId - The ID of the FilterDropDownControl.FilterDropDownControl.Builder title(String title)
The title of the FilterDropDownControl.
title - The title of the FilterDropDownControl.FilterDropDownControl.Builder sourceFilterId(String sourceFilterId)
The source filter ID of the FilterDropDownControl.
sourceFilterId - The source filter ID of the FilterDropDownControl.FilterDropDownControl.Builder displayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the FilterDropDownControl.
displayOptions - The display options of the FilterDropDownControl.default FilterDropDownControl.Builder displayOptions(Consumer<DropDownControlDisplayOptions.Builder> displayOptions)
The display options of the FilterDropDownControl.
DropDownControlDisplayOptions.Builder
avoiding the need to create one manually via DropDownControlDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to displayOptions(DropDownControlDisplayOptions).
displayOptions - a consumer that will call methods on DropDownControlDisplayOptions.BuilderdisplayOptions(DropDownControlDisplayOptions)FilterDropDownControl.Builder type(String type)
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
type - The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListType,
SheetControlListTypeFilterDropDownControl.Builder type(SheetControlListType type)
The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
type - The type of the FilterDropDownControl. Choose one of the following options:
MULTI_SELECT: The user can select multiple entries from a dropdown menu.
SINGLE_SELECT: The user can select a single entry from a dropdown menu.
SheetControlListType,
SheetControlListTypeFilterDropDownControl.Builder selectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues - A list of selectable values that are used in a control.default FilterDropDownControl.Builder selectableValues(Consumer<FilterSelectableValues.Builder> selectableValues)
A list of selectable values that are used in a control.
This is a convenience method that creates an instance of theFilterSelectableValues.Builder avoiding
the need to create one manually via FilterSelectableValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to selectableValues(FilterSelectableValues).
selectableValues - a consumer that will call methods on FilterSelectableValues.BuilderselectableValues(FilterSelectableValues)FilterDropDownControl.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.
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 FilterDropDownControl.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.
This is a convenience method that creates an instance of theCascadingControlConfiguration.Builder
avoiding the need to create one manually via CascadingControlConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cascadingControlConfiguration(CascadingControlConfiguration).
cascadingControlConfiguration - a consumer that will call methods on CascadingControlConfiguration.BuildercascadingControlConfiguration(CascadingControlConfiguration)Copyright © 2023. All rights reserved.