| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
Label. |
| Modifier and Type | Method and Description |
|---|---|
Label |
build() |
Label.Builder |
setCondition(java.lang.String condition)
If the condition is met then the label will be applied.
|
Label.Builder |
setHover(java.lang.Boolean hover)
If true, displays the label only on hover
|
Label.Builder |
setIcons(java.util.List<Icon> icons)
Icons to be applied at dashboard for the label
|
Label.Builder |
setNavigation(java.lang.String navigation)
Hyperlink of the specified UI page that provides details.
|
Label.Builder |
setText(java.lang.String text)
Text to be displayed at the label.
|
public Builder()
Label.public Label.Builder setCondition(java.lang.String condition)
condition - New value for the property.public Label.Builder setHover(java.lang.Boolean hover)
hover - New value for the property.public Label.Builder setIcons(java.util.List<Icon> icons)
icons - New value for the property.public Label.Builder setNavigation(java.lang.String navigation)
navigation - New value for the property.public Label.Builder setText(java.lang.String text)
text - New value for the property.public Label build()