public static interface TextFieldControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<TextFieldControlDisplayOptions.Builder,TextFieldControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
default TextFieldControlDisplayOptions.Builder |
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
|
TextFieldControlDisplayOptions.Builder |
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
default TextFieldControlDisplayOptions.Builder |
placeholderOptions(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions)
The configuration of the placeholder options in a text field control.
|
TextFieldControlDisplayOptions.Builder |
placeholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text field control.
|
default TextFieldControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
TextFieldControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextFieldControlDisplayOptions.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 TextFieldControlDisplayOptions.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)TextFieldControlDisplayOptions.Builder placeholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text field control.
placeholderOptions - The configuration of the placeholder options in a text field control.default TextFieldControlDisplayOptions.Builder placeholderOptions(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions)
The configuration of the placeholder options in a text field control.
This is a convenience method that creates an instance of theTextControlPlaceholderOptions.Builder
avoiding the need to create one manually via TextControlPlaceholderOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to placeholderOptions(TextControlPlaceholderOptions).
placeholderOptions - a consumer that will call methods on TextControlPlaceholderOptions.BuilderplaceholderOptions(TextControlPlaceholderOptions)TextFieldControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions - The configuration of info icon label options.default TextFieldControlDisplayOptions.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.