public static interface TextAreaControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<TextAreaControlDisplayOptions.Builder,TextAreaControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
default TextAreaControlDisplayOptions.Builder |
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
|
TextAreaControlDisplayOptions.Builder |
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
default TextAreaControlDisplayOptions.Builder |
placeholderOptions(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions)
The configuration of the placeholder options in a text area control.
|
TextAreaControlDisplayOptions.Builder |
placeholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
|
default TextAreaControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
TextAreaControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextAreaControlDisplayOptions.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 TextAreaControlDisplayOptions.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)TextAreaControlDisplayOptions.Builder placeholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
placeholderOptions - The configuration of the placeholder options in a text area control.default TextAreaControlDisplayOptions.Builder placeholderOptions(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions)
The configuration of the placeholder options in a text area 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)TextAreaControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions - The configuration of info icon label options.default TextAreaControlDisplayOptions.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.