public static interface FieldBasedTooltip.Builder extends SdkPojo, CopyableBuilder<FieldBasedTooltip.Builder,FieldBasedTooltip>
Modifier and Type | Method and Description |
---|---|
FieldBasedTooltip.Builder |
aggregationVisibility(String aggregationVisibility)
The visibility of
Show aggregations . |
FieldBasedTooltip.Builder |
aggregationVisibility(Visibility aggregationVisibility)
The visibility of
Show aggregations . |
FieldBasedTooltip.Builder |
tooltipFields(Collection<TooltipItem> tooltipFields)
The fields configuration in the tooltip.
|
FieldBasedTooltip.Builder |
tooltipFields(Consumer<TooltipItem.Builder>... tooltipFields)
The fields configuration in the tooltip.
|
FieldBasedTooltip.Builder |
tooltipFields(TooltipItem... tooltipFields)
The fields configuration in the tooltip.
|
FieldBasedTooltip.Builder |
tooltipTitleType(String tooltipTitleType)
The type for the >tooltip title.
|
FieldBasedTooltip.Builder |
tooltipTitleType(TooltipTitleType tooltipTitleType)
The type for the >tooltip title.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FieldBasedTooltip.Builder aggregationVisibility(String aggregationVisibility)
The visibility of Show aggregations
.
aggregationVisibility
- The visibility of Show aggregations
.Visibility
,
Visibility
FieldBasedTooltip.Builder aggregationVisibility(Visibility aggregationVisibility)
The visibility of Show aggregations
.
aggregationVisibility
- The visibility of Show aggregations
.Visibility
,
Visibility
FieldBasedTooltip.Builder tooltipTitleType(String tooltipTitleType)
The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.
PRIMARY_VALUE
: Uses primary value as the title.
tooltipTitleType
- The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.
PRIMARY_VALUE
: Uses primary value as the title.
TooltipTitleType
,
TooltipTitleType
FieldBasedTooltip.Builder tooltipTitleType(TooltipTitleType tooltipTitleType)
The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.
PRIMARY_VALUE
: Uses primary value as the title.
tooltipTitleType
- The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.
PRIMARY_VALUE
: Uses primary value as the title.
TooltipTitleType
,
TooltipTitleType
FieldBasedTooltip.Builder tooltipFields(Collection<TooltipItem> tooltipFields)
The fields configuration in the tooltip.
tooltipFields
- The fields configuration in the tooltip.FieldBasedTooltip.Builder tooltipFields(TooltipItem... tooltipFields)
The fields configuration in the tooltip.
tooltipFields
- The fields configuration in the tooltip.FieldBasedTooltip.Builder tooltipFields(Consumer<TooltipItem.Builder>... tooltipFields)
The fields configuration in the tooltip.
This is a convenience method that creates an instance of theTooltipItem.Builder
avoiding the need to create one
manually via TooltipItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #tooltipFields(List
.
tooltipFields
- a consumer that will call methods on
TooltipItem.Builder
#tooltipFields(java.util.Collection)
Copyright © 2023. All rights reserved.