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 ContentViewStateImpl.getResultLayout()
           
 ContentViewLayout ContentViewState.getResultLayout()
           
 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
 List<ContentViewLayout> ContentViewImpl.getResultLayouts()
           
 List<ContentViewLayout> ContentViewDescriptor.getResultLayouts()
           
 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.
 void ContentViewStateImpl.setResultLayout(ContentViewLayout resultLayout)
           
 void ContentViewState.setResultLayout(ContentViewLayout resultLayout)
           
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.