DonutPart.Builder |
DonutPart.Builder.setCondition(java.lang.String condition) |
If the condition is met then the part will be displayed.
|
DonutPart.Builder |
DonutPart.Builder.setDrilldownId(java.lang.String drilldownId) |
Id of drilldown widget, if any.
|
DonutPart.Builder |
DonutPart.Builder.setField(java.lang.String field) |
A numerical value that represents the portion or entity of the donut or stats
chart.
|
DonutPart.Builder |
DonutPart.Builder.setHideEmptyLegend(java.lang.Boolean hideEmptyLegend) |
If true, legend will be shown only if the data for the part is available.
|
DonutPart.Builder |
DonutPart.Builder.setLabel(Label label) |
|
DonutPart.Builder |
DonutPart.Builder.setNavigation(java.lang.String navigation) |
Hyperlink of the specified UI page that provides details.
|
DonutPart.Builder |
DonutPart.Builder.setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration) |
Additional rendering or conditional evaluation of the field values to be
performed, if any.
|
DonutPart.Builder |
DonutPart.Builder.setTooltip(java.util.List<Tooltip> tooltip) |
Multi-line text to be shown on tooltip while hovering over the portion.
|