public static interface ListControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<ListControlDisplayOptions.Builder,ListControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
default ListControlDisplayOptions.Builder |
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
|
ListControlDisplayOptions.Builder |
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
default ListControlDisplayOptions.Builder |
searchOptions(Consumer<ListControlSearchOptions.Builder> searchOptions)
The configuration of the search options in a list control.
|
ListControlDisplayOptions.Builder |
searchOptions(ListControlSearchOptions searchOptions)
The configuration of the search options in a list control.
|
default ListControlDisplayOptions.Builder |
selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)
The configuration of the
Select all options in a list control. |
ListControlDisplayOptions.Builder |
selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a list control. |
default ListControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
ListControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlDisplayOptions.Builder searchOptions(ListControlSearchOptions searchOptions)
The configuration of the search options in a list control.
searchOptions - The configuration of the search options in a list control.default ListControlDisplayOptions.Builder searchOptions(Consumer<ListControlSearchOptions.Builder> searchOptions)
The configuration of the search options in a list control.
This is a convenience method that creates an instance of theListControlSearchOptions.Builder
avoiding the need to create one manually via ListControlSearchOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to searchOptions(ListControlSearchOptions).
searchOptions - a consumer that will call methods on ListControlSearchOptions.BuildersearchOptions(ListControlSearchOptions)ListControlDisplayOptions.Builder selectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the Select all options in a list control.
selectAllOptions - The configuration of the Select all options in a list control.default ListControlDisplayOptions.Builder selectAllOptions(Consumer<ListControlSelectAllOptions.Builder> selectAllOptions)
The configuration of the Select all options in a list 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)ListControlDisplayOptions.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 ListControlDisplayOptions.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)ListControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions - The configuration of info icon label options.default ListControlDisplayOptions.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.