Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class ToolbarItem

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
      extended by 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


Constructor Summary
ToolbarItem()
           
 
Method Summary
 String getIcon()
           
 String getLabel()
           
 void setIcon(String icon)
           
 void setLabel(String label)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
getKey, setKey
 
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
 

Constructor Detail

ToolbarItem

public ToolbarItem()
Method Detail

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

Liferay 7.0-ce-b4