Liferay 6.2-ce-ga5

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 ControlPanelEntry
 ControlPanelEntry PortletBag.getControlPanelEntryInstance()
           
 

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
           
 class BaseControlPanelEntry
           
 class DefaultControlPanelEntry
           
 class LiberalControlPanelEntry
           
 class OmniadminControlPanelEntry
           
 


Liferay 6.2-ce-ga5