Interface DDMDisplayTabItem


public interface DDMDisplayTabItem
  • Method Summary

    Modifier and Type
    Method
    Description
    getTitle(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
     
    default String
    getURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
     
    default boolean
    isShow(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
     
  • Method Details

    • getTitle

      String getTitle(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
    • getURL

      default String getURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws Exception
      Throws:
      Exception
    • isShow

      default boolean isShow(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)