Package com.control_menu.custom
Class AdminLinksControlMenuEntry
java.lang.Object
com.control_menu.custom.AdminLinksControlMenuEntry
- All Implemented Interfaces:
com.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
public class AdminLinksControlMenuEntry
extends Object
implements com.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData(javax.servlet.http.HttpServletRequest request) getIcon(javax.servlet.http.HttpServletRequest request) getIconCssClass(javax.servlet.http.HttpServletRequest request) getKey()getLinkCssClass(javax.servlet.http.HttpServletRequest httpServletRequest) getMarkupView(javax.servlet.http.HttpServletRequest request) getURL(javax.servlet.http.HttpServletRequest request) booleanincludeBody(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanincludeIcon(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanisPanelStateOpen(javax.servlet.http.HttpServletRequest request, String key) booleanisShow(javax.servlet.http.HttpServletRequest request) booleanvoidsetPanelState(javax.servlet.http.HttpServletRequest request, String key, String panelState) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
isRelevant
-
Constructor Details
-
AdminLinksControlMenuEntry
public AdminLinksControlMenuEntry()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getMarkupView
- Specified by:
getMarkupViewin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getURL
- Specified by:
getURLin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getLinkCssClass
- Specified by:
getLinkCssClassin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
includeBody
public boolean includeBody(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Specified by:
includeBodyin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry- Throws:
IOException
-
includeIcon
public boolean includeIcon(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
includeIconin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
isPanelStateOpen
- Specified by:
isPanelStateOpenin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
isShow
public boolean isShow(javax.servlet.http.HttpServletRequest request) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
isShowin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isUseDialog
public boolean isUseDialog()- Specified by:
isUseDialogin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
setPanelState
public void setPanelState(javax.servlet.http.HttpServletRequest request, String key, String panelState) - Specified by:
setPanelStatein interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getData
- Specified by:
getDatain interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getIcon
- Specified by:
getIconin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getIconCssClass
- Specified by:
getIconCssClassin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-
getKey
- Specified by:
getKeyin interfacecom.liferay.product.navigation.control.menu.ProductNavigationControlMenuEntry
-