Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
      extended by com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
All Implemented Interfaces:
UIActionItem, UIItem
Direct Known Subclasses:
DeleteMenuItem, JavaScriptMenuItem, URLMenuItem

public abstract class MenuItem
extends BaseUIItem
implements UIActionItem


Constructor Summary
MenuItem()
           
 
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

MenuItem

public MenuItem()
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