Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
      extended by com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
          extended by com.liferay.portal.kernel.servlet.taglib.ui.URLMenuItem
All Implemented Interfaces:
UIActionItem, UIItem, URLUIItem

public class URLMenuItem
extends MenuItem
implements URLUIItem


Constructor Summary
URLMenuItem()
           
 
Method Summary
 Map<String,Object> getData()
           
 String getMethod()
           
 String getTarget()
           
 String getURL()
           
 boolean isUseDialog()
           
 void setData(Map<String,Object> data)
           
 void setMethod(String method)
           
 void setTarget(String target)
           
 void setURL(String url)
           
 void setUseDialog(boolean useDialog)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
getIcon, getLabel, setIcon, setLabel
 
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.UIActionItem
getIcon, getLabel, setIcon, setLabel
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.UIItem
getKey, setKey
 

Constructor Detail

URLMenuItem

public URLMenuItem()
Method Detail

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)

Liferay 7.0-ce-b4