Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.portlet.configuration.icon
Interface PortletConfigurationIcon

All Known Implementing Classes:
BaseJSPPortletConfigurationIcon, BasePortletConfigurationIcon

public interface PortletConfigurationIcon


Method Summary
 String getAlt()
           
 String getAriaRole()
           
 String getCssClass()
           
 Map<String,Object> getData()
           
 String getIconCssClass()
           
 String getId()
           
 String getImage()
           
 String getImageHover()
           
 String getLang()
           
 String getLinkCssClass()
           
 String getMessage(PortletRequest portletRequest)
           
 String getMethod()
           
 String getOnClick(PortletRequest portletRequest, PortletResponse portletResponse)
           
 String getSrc()
           
 String getSrcHover()
           
 String getTarget()
           
 String getURL(PortletRequest portletRequest, PortletResponse portletResponse)
           
 double getWeight()
           
 boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean isLabel()
           
 boolean isShow(PortletRequest portletRequest)
           
 boolean isToolTip()
           
 boolean isUseDialog()
           
 

Method Detail

getAlt

String getAlt()

getAriaRole

String getAriaRole()

getCssClass

String getCssClass()

getData

Map<String,Object> getData()

getIconCssClass

String getIconCssClass()

getId

String getId()

getImage

String getImage()

getImageHover

String getImageHover()

getLang

String getLang()

getLinkCssClass

String getLinkCssClass()

getMessage

String getMessage(PortletRequest portletRequest)

getMethod

String getMethod()

getOnClick

String getOnClick(PortletRequest portletRequest,
                  PortletResponse portletResponse)

getSrc

String getSrc()

getSrcHover

String getSrcHover()

getTarget

String getTarget()

getURL

String getURL(PortletRequest portletRequest,
              PortletResponse portletResponse)

getWeight

double getWeight()

include

boolean include(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
                throws IOException
Throws:
IOException

isLabel

boolean isLabel()

isShow

boolean isShow(PortletRequest portletRequest)

isToolTip

boolean isToolTip()

isUseDialog

boolean isUseDialog()

Liferay 7.0-ga1 portal-kernel