public static interface DateTimePickerControlDisplayOptions.Builder extends SdkPojo, CopyableBuilder<DateTimePickerControlDisplayOptions.Builder,DateTimePickerControlDisplayOptions>
| Modifier and Type | Method and Description |
|---|---|
DateTimePickerControlDisplayOptions.Builder |
dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
|
default DateTimePickerControlDisplayOptions.Builder |
infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions)
The configuration of info icon label options.
|
DateTimePickerControlDisplayOptions.Builder |
infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
default DateTimePickerControlDisplayOptions.Builder |
titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
DateTimePickerControlDisplayOptions.Builder |
titleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateTimePickerControlDisplayOptions.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 DateTimePickerControlDisplayOptions.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)DateTimePickerControlDisplayOptions.Builder dateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
dateTimeFormat - Customize how dates are formatted in controls.DateTimePickerControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions - The configuration of info icon label options.default DateTimePickerControlDisplayOptions.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.