Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.ControlPanelEntry

Packages that use ControlPanelEntry
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
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()
          Gets an instance of the class that will control when the portlet will be shown in the Control Panel.
 ControlPanelEntry Portlet.getControlPanelEntryInstance()
          Gets 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.0-ee-sp2