public class Items extends AbstractConfigurationObject
| Constructor and Description |
|---|
Items() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml() |
Style |
getStyle() |
void |
setHtml(String html)
Inner HTML or text for the label.
|
void |
setStyle(Style style)
CSS styles for each label.
|
public String getHtml()
setHtml(String)public void setHtml(String html)
public Style getStyle()
setStyle(Style)public void setStyle(Style style)
style: {
left: '100px',
top: '100px'
}
Copyright © 2023. All rights reserved.