Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.ControlPanelEntry

Packages that use ControlPanelEntry
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of ControlPanelEntry in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type ControlPanelEntry
 List<ControlPanelEntry> PortletBag.getControlPanelEntryInstances()
           
 

Uses of ControlPanelEntry in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ControlPanelEntry
 ControlPanelEntry PortletWrapper.getControlPanelEntryInstance()
          Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
 ControlPanelEntry Portlet.getControlPanelEntryInstance()
          Returns an instance of the class that will control when the portlet will be shown in the Control Panel.
 

Uses of ControlPanelEntry in com.liferay.portlet
 

Classes in com.liferay.portlet that implement ControlPanelEntry
 class AdministratorControlPanelEntry
          Represents the administrator control panel entry for portlets that shall only be visible and accessible to the company's administrator.
 class BaseControlPanelEntry
           
 class DefaultControlPanelEntry
           
 class LiberalControlPanelEntry
           
 class OmniadminControlPanelEntry
          Represents the omni administrator control panel entry for portlets that shall only be visible and accessible to the omni administrator.
 


Liferay 7.0-ce-b4