public static interface TooltipOptions.Builder extends SdkPojo, CopyableBuilder<TooltipOptions.Builder,TooltipOptions>
| Modifier and Type | Method and Description |
|---|---|
default TooltipOptions.Builder |
fieldBasedTooltip(Consumer<FieldBasedTooltip.Builder> fieldBasedTooltip)
The setup for the detailed tooltip.
|
TooltipOptions.Builder |
fieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip.
|
TooltipOptions.Builder |
selectedTooltipType(SelectedTooltipType selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions.Builder |
selectedTooltipType(String selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions.Builder |
tooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
|
TooltipOptions.Builder |
tooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTooltipOptions.Builder tooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility - Determines whether or not the tooltip is visible.Visibility,
VisibilityTooltipOptions.Builder tooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
tooltipVisibility - Determines whether or not the tooltip is visible.Visibility,
VisibilityTooltipOptions.Builder selectedTooltipType(String selectedTooltipType)
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipType,
SelectedTooltipTypeTooltipOptions.Builder selectedTooltipType(SelectedTooltipType selectedTooltipType)
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.
DETAILED: A detailed tooltip.
SelectedTooltipType,
SelectedTooltipTypeTooltipOptions.Builder fieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
fieldBasedTooltip - The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided
based on the tooltip type.default TooltipOptions.Builder fieldBasedTooltip(Consumer<FieldBasedTooltip.Builder> fieldBasedTooltip)
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
This is a convenience method that creates an instance of theFieldBasedTooltip.Builder avoiding the
need to create one manually via FieldBasedTooltip.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldBasedTooltip(FieldBasedTooltip).
fieldBasedTooltip - a consumer that will call methods on FieldBasedTooltip.BuilderfieldBasedTooltip(FieldBasedTooltip)Copyright © 2023. All rights reserved.