Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.expando.model.CustomAttributesDisplay

Packages that use CustomAttributesDisplay
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
com.liferay.portal.service   
com.liferay.portlet.expando.model   
 

Uses of CustomAttributesDisplay in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletBag.getCustomAttributesDisplayInstances()
           
 

Uses of CustomAttributesDisplay in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletWrapper.getCustomAttributesDisplayInstances()
          Gets the custom attribute display instances of the portlet.
 List<CustomAttributesDisplay> Portlet.getCustomAttributesDisplayInstances()
          Gets the custom attribute display instances of the portlet.
 

Uses of CustomAttributesDisplay in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletLocalServiceWrapper.getCustomAttributesDisplays()
           
static List<CustomAttributesDisplay> PortletLocalServiceUtil.getCustomAttributesDisplays()
           
 List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.expando.model
 

Classes in com.liferay.portlet.expando.model that implement CustomAttributesDisplay
 class BaseCustomAttributesDisplay
           
 


Liferay 6.0-ee-sp2