public class HTMLLabels extends AbstractConfigurationObject
Constructor and Description |
---|
HTMLLabels() |
HTMLLabels(HTMLLabelItem... items)
Constructs a HTMLLabels instance with the given label items
|
HTMLLabels(LabelStyle 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() |
LabelStyle |
getStyle() |
void |
setItems(HTMLLabelItem... items)
Sets the label items
|
void |
setStyle(LabelStyle style)
Sets the CSS style shared for all the labels.
|
public HTMLLabels()
public HTMLLabels(HTMLLabelItem... items)
items
- public HTMLLabels(LabelStyle style, HTMLLabelItem... items)
items
- public HTMLLabelItem[] getItems()
public void setItems(HTMLLabelItem... items)
items
- public LabelStyle getStyle()
setStyle(LabelStyle)
public void setStyle(LabelStyle style)
style
- Copyright © 2023. All rights reserved.