public class HTMLLabels extends AbstractConfigurationObject
| Constructor and Description |
|---|
HTMLLabels() |
HTMLLabels(HTMLLabelItem... items)
Constructs a HTMLLabels instance with the given label items
|
HTMLLabels(Style style,
HTMLLabelItem... items)
Constructs a HTMLLabels instance with a style shared for all the labels
and the given label items
|
| Modifier and Type | Method and Description |
|---|---|
HTMLLabelItem[] |
getItems() |
Style |
getStyle() |
void |
setItems(HTMLLabelItem... items)
Sets the label items
|
void |
setStyle(Style style)
Sets the CSS style shared for all the labels.
|
public HTMLLabels()
public HTMLLabels(HTMLLabelItem... items)
items - public HTMLLabels(Style style, HTMLLabelItem... items)
items - public HTMLLabelItem[] getItems()
public void setItems(HTMLLabelItem... items)
items - public Style getStyle()
setStyle(Style)public void setStyle(Style style)
style - Copyright © 2021. All rights reserved.