RenderConfiguration.Builder |
RenderConfiguration.Builder.setColor(java.lang.String color) |
The color to use when rendering an entity.
|
RenderConfiguration.Builder |
RenderConfiguration.Builder.setCondition(java.lang.String condition) |
If the condition is met then the rendering specified for the condition will be
applied.
|
RenderConfiguration.Builder |
RenderConfiguration.Builder.setDisplayValue(java.lang.String displayValue) |
If specified, overrides the field value.
|
RenderConfiguration.Builder |
RenderConfiguration.Builder.setIcons(java.util.List<Icon> icons) |
Icons to be applied at dashboard for widgets and UI elements.
|
RenderConfiguration.Builder |
RenderConfiguration.Builder.setTooltip(java.util.List<Tooltip> tooltip) |
Multi-line text to be shown on tooltip while hovering over the UI element if the
condition is met.
|