com.liferay.portal.kernel.servlet.taglib.ui
Class ToolbarItem
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
com.liferay.portal.kernel.servlet.taglib.ui.ToolbarItem
- All Implemented Interfaces:
- UIActionItem, UIItem
- Direct Known Subclasses:
- JavaScriptToolbarItem, URLToolbarItem
public abstract class ToolbarItem
- extends BaseUIItem
- implements UIActionItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.UIItem |
getKey, setKey |
ToolbarItem
public ToolbarItem()
getIcon
public String getIcon()
- Specified by:
getIcon in interface UIActionItem
getLabel
public String getLabel()
- Specified by:
getLabel in interface UIActionItem
setIcon
public void setIcon(String icon)
- Specified by:
setIcon in interface UIActionItem
setLabel
public void setLabel(String label)
- Specified by:
setLabel in interface UIActionItem