Liferay 7.0-ce-m6

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

Packages that use CustomAttributesDisplay
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, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs   
com.liferay.portlet.documentlibrary   
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.util.comparator   
com.liferay.portlet.messageboards   
com.liferay.portlet.rolesadmin   
com.liferay.portlet.usergroupsadmin   
com.liferay.portlet.usersadmin   
 

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()
          Returns the custom attribute display instances of the portlet.
 List<CustomAttributesDisplay> Portlet.getCustomAttributesDisplayInstances()
          Returns the custom attribute display instances of the portlet.
 

Uses of CustomAttributesDisplay in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletImpl.getCustomAttributesDisplayInstances()
          Returns 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()
           
 List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
static List<CustomAttributesDisplay> PortletLocalServiceUtil.getCustomAttributesDisplays()
           
 

Uses of CustomAttributesDisplay in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletLocalServiceImpl.getCustomAttributesDisplays()
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletBagImpl.getCustomAttributesDisplayInstances()
           
protected  List<CustomAttributesDisplay> PortletBagFactory.newCustomAttributesDisplayInstances(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type CustomAttributesDisplay
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEntry> schedulerEntryInstances, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<DDMDisplay> ddmDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.blogs
 

Classes in com.liferay.portlet.blogs that implement CustomAttributesDisplay
 class BlogsEntryCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.documentlibrary
 

Classes in com.liferay.portlet.documentlibrary that implement CustomAttributesDisplay
 class DLFileEntryCustomAttributesDisplay
           
 class DLFolderCustomAttributesDisplay
           
 

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

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

Uses of CustomAttributesDisplay in com.liferay.portlet.expando.util.comparator
 

Methods in com.liferay.portlet.expando.util.comparator with parameters of type CustomAttributesDisplay
 int CustomAttributesDisplayComparator.compare(CustomAttributesDisplay customAttributesDisplay1, CustomAttributesDisplay customAttributesDisplay2)
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.messageboards
 

Classes in com.liferay.portlet.messageboards that implement CustomAttributesDisplay
 class MBCategoryCustomAttributesDisplay
           
 class MBMessageCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.rolesadmin
 

Classes in com.liferay.portlet.rolesadmin that implement CustomAttributesDisplay
 class RoleCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.usergroupsadmin
 

Classes in com.liferay.portlet.usergroupsadmin that implement CustomAttributesDisplay
 class UserGroupCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.usersadmin
 

Classes in com.liferay.portlet.usersadmin that implement CustomAttributesDisplay
 class LayoutCustomAttributesDisplay
           
 class OrganizationCustomAttributesDisplay
           
 class UserCustomAttributesDisplay
           
 


Liferay 7.0-ce-m6