Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.portal.kernel.portlet.configuration.icon.PortletConfigurationIcon

Packages that use PortletConfigurationIcon
com.liferay.portal.kernel.portlet.configuration.icon   
com.liferay.portal.kernel.util.comparator This package defines the portal comparator classes. 
 

Uses of PortletConfigurationIcon in com.liferay.portal.kernel.portlet.configuration.icon
 

Classes in com.liferay.portal.kernel.portlet.configuration.icon that implement PortletConfigurationIcon
 class BaseJSPPortletConfigurationIcon
           
 class BasePortletConfigurationIcon
           
 

Methods in com.liferay.portal.kernel.portlet.configuration.icon that return types with arguments of type PortletConfigurationIcon
static List<PortletConfigurationIcon> PortletConfigurationIconTracker.getPortletConfigurationIcons(String portletId, PortletRequest portletRequest)
           
static List<PortletConfigurationIcon> PortletConfigurationIconTracker.getPortletConfigurationIcons(String portletId, PortletRequest portletRequest, Comparator<?> comparator)
           
 List<PortletConfigurationIcon> PortletConfigurationIconMenu.getPortletConfigurationIcons(String portletId, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Method parameters in com.liferay.portal.kernel.portlet.configuration.icon with type arguments of type PortletConfigurationIcon
 void PortletConfigurationIconServiceReferenceMapper.map(com.liferay.registry.ServiceReference<PortletConfigurationIcon> serviceReference, com.liferay.registry.collections.ServiceReferenceMapper.Emitter<String> emitter)
           
 

Uses of PortletConfigurationIcon in com.liferay.portal.kernel.util.comparator
 

Fields in com.liferay.portal.kernel.util.comparator with type parameters of type PortletConfigurationIcon
static Comparator<PortletConfigurationIcon> PortletConfigurationIconComparator.INSTANCE
           
 

Methods in com.liferay.portal.kernel.util.comparator with parameters of type PortletConfigurationIcon
 int PortletConfigurationIconComparator.compare(PortletConfigurationIcon portletConfigurationIconFactory1, PortletConfigurationIcon portletConfigurationIconFactory2)
           
 


Liferay 7.0-ga1 portal-kernel