Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.contentview.jsf.ContentViewLayout

Packages that use ContentViewLayout
org.nuxeo.ecm.platform.contentview.jsf   
 

Uses of ContentViewLayout in org.nuxeo.ecm.platform.contentview.jsf
 

Classes in org.nuxeo.ecm.platform.contentview.jsf that implement ContentViewLayout
 class ContentViewLayoutImpl
           
 

Methods in org.nuxeo.ecm.platform.contentview.jsf that return ContentViewLayout
 ContentViewLayout ContentViewImpl.getCurrentResultLayout()
           
 ContentViewLayout ContentView.getCurrentResultLayout()
          Returns the current result layout, as set using ContentView.setCurrentResultLayout(ContentViewLayout), or the first of defined result layouts when not set.
 ContentViewLayout ContentViewImpl.getSearchLayout()
           
 ContentViewLayout ContentView.getSearchLayout()
          Returns the search layout, used to filter results.
 

Methods in org.nuxeo.ecm.platform.contentview.jsf that return types with arguments of type ContentViewLayout
 java.util.List<ContentViewLayout> ContentViewImpl.getResultLayouts()
           
 java.util.List<ContentViewLayout> ContentViewDescriptor.getResultLayouts()
           
 java.util.List<ContentViewLayout> ContentView.getResultLayouts()
          Returns the result layouts, used to display results.
 

Methods in org.nuxeo.ecm.platform.contentview.jsf with parameters of type ContentViewLayout
 void ContentViewImpl.setCurrentResultLayout(ContentViewLayout layout)
           
 void ContentView.setCurrentResultLayout(ContentViewLayout layout)
          Sets the current result layout.
 

Constructors in org.nuxeo.ecm.platform.contentview.jsf with parameters of type ContentViewLayout
ContentViewImpl(java.lang.String name, java.lang.String title, boolean translateTitle, java.lang.String iconPath, java.lang.String selectionList, java.lang.String pagination, java.util.List<java.lang.String> actionCategories, ContentViewLayout searchLayout, java.util.List<ContentViewLayout> resultLayouts, java.util.List<java.lang.String> flags, java.lang.String cacheKey, java.lang.Integer cacheSize, java.util.List<java.lang.String> refreshEventNames, java.util.List<java.lang.String> resetEventNames, boolean useGlobalPageSize, java.lang.String[] queryParameters, java.lang.String searchDocumentModelBinding, java.lang.String searchDocumentModelType, java.lang.String resultColumnsBinding, java.lang.String sortInfosBinding, java.lang.String pageSizeBinding)
           
 

Constructor parameters in org.nuxeo.ecm.platform.contentview.jsf with type arguments of type ContentViewLayout
ContentViewImpl(java.lang.String name, java.lang.String title, boolean translateTitle, java.lang.String iconPath, java.lang.String selectionList, java.lang.String pagination, java.util.List<java.lang.String> actionCategories, ContentViewLayout searchLayout, java.util.List<ContentViewLayout> resultLayouts, java.util.List<java.lang.String> flags, java.lang.String cacheKey, java.lang.Integer cacheSize, java.util.List<java.lang.String> refreshEventNames, java.util.List<java.lang.String> resetEventNames, boolean useGlobalPageSize, java.lang.String[] queryParameters, java.lang.String searchDocumentModelBinding, java.lang.String searchDocumentModelType, java.lang.String resultColumnsBinding, java.lang.String sortInfosBinding, java.lang.String pageSizeBinding)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.