List of usage examples for com.liferay.portal.kernel.theme PortletDisplay isShowPrintIcon
public boolean isShowPrintIcon()
From source file:com.liferay.portlet.configuration.icon.print.internal.PrintPortletConfigurationIcon.java
License:Open Source License
@Override public boolean isShow(PortletRequest portletRequest) { ThemeDisplay themeDisplay = (ThemeDisplay) portletRequest.getAttribute(WebKeys.THEME_DISPLAY); PortletDisplay portletDisplay = themeDisplay.getPortletDisplay(); return portletDisplay.isShowPrintIcon(); }