Liferay 7.0-ce-b4

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

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

public class URLToolbarItem
extends ToolbarItem
implements URLUIItem


Constructor Summary
URLToolbarItem()
           
 
Method Summary
 String getTarget()
           
 String getURL()
           
 void setTarget(String target)
           
 void setURL(String url)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.ToolbarItem
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

URLToolbarItem

public URLToolbarItem()
Method Detail

getTarget

public String getTarget()
Specified by:
getTarget in interface URLUIItem

getURL

public String getURL()
Specified by:
getURL in interface URLUIItem

setTarget

public void setTarget(String target)
Specified by:
setTarget in interface URLUIItem

setURL

public void setURL(String url)
Specified by:
setURL in interface URLUIItem

Liferay 7.0-ce-b4