Uses of Interface
com.liferay.portal.kernel.portlet.configuration.icon.PortletConfigurationIcon
Packages that use PortletConfigurationIcon
Package
Description
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 PortletConfigurationIconModifier and TypeClassDescriptionclass
class
Methods in com.liferay.portal.kernel.portlet.configuration.icon that return types with arguments of type PortletConfigurationIconModifier and TypeMethodDescriptionPortletConfigurationIconMenu.getPortletConfigurationIcons
(String portletId, PortletRequest portletRequest, PortletResponse portletResponse) static List<PortletConfigurationIcon>
PortletConfigurationIconTracker.getPortletConfigurationIcons
(String portletId, PortletRequest portletRequest) static List<PortletConfigurationIcon>
PortletConfigurationIconTracker.getPortletConfigurationIcons
(String portletId, PortletRequest portletRequest, Comparator<?> comparator) Method parameters in com.liferay.portal.kernel.portlet.configuration.icon with type arguments of type PortletConfigurationIconModifier and TypeMethodDescriptionvoid
PortletConfigurationIconServiceReferenceMapper.map
(org.osgi.framework.ServiceReference<PortletConfigurationIcon> serviceReference, com.liferay.osgi.service.tracker.collections.map.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 PortletConfigurationIconModifier and TypeFieldDescriptionstatic final Comparator<PortletConfigurationIcon>
PortletConfigurationIconComparator.INSTANCE
Methods in com.liferay.portal.kernel.util.comparator with parameters of type PortletConfigurationIconModifier and TypeMethodDescriptionint
PortletConfigurationIconComparator.compare
(PortletConfigurationIcon portletConfigurationIconFactory1, PortletConfigurationIcon portletConfigurationIconFactory2)