Liferay 7.0-ce-b4

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

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.DeleteMenuItem
All Implemented Interfaces:
UIActionItem, UIItem

public class DeleteMenuItem
extends MenuItem


Constructor Summary
DeleteMenuItem()
           
 
Method Summary
 String getURL()
           
 boolean isTrash()
           
 void setTrash(boolean trash)
           
 void setURL(String url)
           
 
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.UIItem
getKey, setKey
 

Constructor Detail

DeleteMenuItem

public DeleteMenuItem()
Method Detail

getURL

public String getURL()

isTrash

public boolean isTrash()

setTrash

public void setTrash(boolean trash)

setURL

public void setURL(String url)

Liferay 7.0-ce-b4