public abstract class ToolbarItem extends BaseUIItem implements UIActionItem
| Constructor and Description |
|---|
ToolbarItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon() |
String |
getLabel() |
void |
setIcon(String icon) |
void |
setLabel(String label) |
getKey, setKeypublic String getIcon()
getIcon in interface UIActionItempublic String getLabel()
getLabel in interface UIActionItempublic void setIcon(String icon)
setIcon in interface UIActionItempublic void setLabel(String label)
setLabel in interface UIActionItem