Liferay 6.1.10-ee-ga1

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 and classes, including SOAP and wrapper classes. 
com.liferay.portlet   
 

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


Liferay 6.1.10-ee-ga1