Package | Description |
---|---|
org.nuxeo.ecm.platform.contentview.jsf | |
org.nuxeo.ecm.platform.contentview.json |
Modifier and Type | Class and Description |
---|---|
class |
ContentViewLayoutImpl |
Modifier and Type | Field and Description |
---|---|
protected ContentViewLayout |
ContentViewImpl.currentResultLayout |
protected ContentViewLayout |
ContentViewStateImpl.resultLayout |
protected ContentViewLayout |
ContentViewImpl.searchLayout |
Modifier and Type | Field and Description |
---|---|
protected List<ContentViewLayout> |
ContentViewImpl.resultLayouts |
Modifier and Type | Method and Description |
---|---|
ContentViewLayout |
ContentViewLayout.clone() |
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.
|
Modifier and Type | Method and Description |
---|---|
List<ContentViewLayout> |
ContentViewImpl.getResultLayouts() |
List<ContentViewLayout> |
ContentViewDescriptor.getResultLayouts() |
List<ContentViewLayout> |
ContentView.getResultLayouts()
Returns the result layouts, used to display results.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentViewImpl.setCurrentResultLayout(ContentViewLayout layout) |
void |
ContentView.setCurrentResultLayout(ContentViewLayout layout)
Sets the current result layout.
|
void |
ContentViewImpl.setCurrentResultLayout(ContentViewLayout layout,
boolean resetLayoutColumn) |
void |
ContentViewStateImpl.setResultLayout(ContentViewLayout resultLayout) |
void |
ContentViewState.setResultLayout(ContentViewLayout resultLayout) |
Constructor and Description |
---|
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 resultLayoutBinding,
String sortInfosBinding,
String pageSizeBinding,
boolean showTitle,
boolean showPageSizeSelector,
boolean showRefreshCommand,
boolean showFilterForm,
String emptySentence,
boolean translateEmptySentence) |
Constructor and Description |
---|
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 resultLayoutBinding,
String sortInfosBinding,
String pageSizeBinding,
boolean showTitle,
boolean showPageSizeSelector,
boolean showRefreshCommand,
boolean showFilterForm,
String emptySentence,
boolean translateEmptySentence) |
Modifier and Type | Method and Description |
---|---|
protected static ContentViewLayout |
JSONContentViewState.getContentViewLayoutFromJSON(net.sf.json.JSONObject jsonCvLayout) |
Modifier and Type | Method and Description |
---|---|
protected static net.sf.json.JSONObject |
JSONContentViewState.getContentViewLayoutToJSON(ContentViewLayout cvLayout) |
Copyright © 2018 Nuxeo. All rights reserved.