Liferay 7.0-ce-b4

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

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

public abstract class BaseUIItem
extends Object
implements UIItem


Constructor Summary
BaseUIItem()
           
 
Method Summary
 String getKey()
           
 void setKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseUIItem

public BaseUIItem()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface UIItem

setKey

public void setKey(String key)
Specified by:
setKey in interface UIItem

Liferay 7.0-ce-b4