com.liferay.portal.kernel.servlet.taglib.ui
Class URLMenuItem
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
com.liferay.portal.kernel.servlet.taglib.ui.URLMenuItem
- All Implemented Interfaces:
- UIActionItem, UIItem, URLUIItem
public class URLMenuItem
- extends MenuItem
- implements URLUIItem
| 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 |
URLMenuItem
public URLMenuItem()
getData
public Map<String,Object> getData()
getMethod
public String getMethod()
getTarget
public String getTarget()
- Specified by:
getTarget in interface URLUIItem
getURL
public String getURL()
- Specified by:
getURL in interface URLUIItem
isUseDialog
public boolean isUseDialog()
setData
public void setData(Map<String,Object> data)
setMethod
public void setMethod(String method)
setTarget
public void setTarget(String target)
- Specified by:
setTarget in interface URLUIItem
setURL
public void setURL(String url)
- Specified by:
setURL in interface URLUIItem
setUseDialog
public void setUseDialog(boolean useDialog)