public static interface DropDownControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<DropDownControlDisplayOptions.Builder,DropDownControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
default DropDownControlDisplayOptions.Builder |
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
|
DropDownControlDisplayOptions.Builder |
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
default DropDownControlDisplayOptions.Builder |
selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
DropDownControlDisplayOptions.Builder |
selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
default DropDownControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
DropDownControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDropDownControlDisplayOptions.Builder selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the Select all options in a dropdown control.
selectAllOptions - The configuration of the Select all options in a dropdown control.default DropDownControlDisplayOptions.Builder selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)
The configuration of the Select all options in a dropdown control.
ListControlSelectAllOptions.Builder
avoiding the need to create one manually via ListControlSelectAllOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to selectAllOptions(ListControlSelectAllOptions).
selectAllOptions - a consumer that will call methods on ListControlSelectAllOptions.BuilderselectAllOptions(ListControlSelectAllOptions)DropDownControlDisplayOptions.Builder titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions - The options to configure the title visibility, name, and font size.default DropDownControlDisplayOptions.Builder titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
This is a convenience method that creates an instance of theLabelOptions.Builder avoiding the need
to create one manually via LabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to titleOptions(LabelOptions).
titleOptions - a consumer that will call methods on LabelOptions.BuildertitleOptions(LabelOptions)DropDownControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions - The configuration of info icon label options.default DropDownControlDisplayOptions.Builder infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
This is a convenience method that creates an instance of theSheetControlInfoIconLabelOptions.Builder
avoiding the need to create one manually via SheetControlInfoIconLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to infoIconLabelOptions(SheetControlInfoIconLabelOptions).
infoIconLabelOptions - a consumer that will call methods on SheetControlInfoIconLabelOptions.BuilderinfoIconLabelOptions(SheetControlInfoIconLabelOptions)Copyright © 2023. All rights reserved.