Modifier and Type | Class and Description |
---|---|
class |
ContentViewImpl
Default implementation for the content view object.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,ContentView>> |
ContentViewCache.cacheInstances |
protected Map<String,ContentView> |
ContentViewCache.namedContentViews |
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewCache.get(String name)
Returns cached content view with given name, or null if not found.
|
ContentView |
ContentViewServiceImpl.getContentView(String name) |
ContentView |
ContentViewService.getContentView(String name)
Returns the content view with given name, or null if not found.
|
ContentView |
ContentViewServiceImpl.restoreContentView(ContentViewState contentViewState) |
ContentView |
ContentViewService.restoreContentView(ContentViewState contentViewState)
Restores a content view given a state.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentViewCache.add(ContentView cView)
Add given content view to the cache, resolving its cache key and initializing it with its cache size.
|
void |
ContentViewServiceImpl.restoreContentViewState(ContentView contentView,
ContentViewState contentViewState) |
void |
ContentViewService.restoreContentViewState(ContentView contentView,
ContentViewState contentViewState)
Restores a content view to a given state.
|
ContentViewState |
ContentViewServiceImpl.saveContentView(ContentView contentView) |
ContentViewState |
ContentViewService.saveContentView(ContentView contentView)
Returns the state of this content view.
|
Modifier and Type | Field and Description |
---|---|
protected ContentView |
ContentViewActions.currentContentView |
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewActions.getContentView(String name) |
ContentView |
ContentViewActions.getContentView(String name,
DocumentModel searchDocumentModel)
Returns content view with given name, or null if no content view with this name is found.
|
ContentView |
ContentViewActions.getContentViewWithProvider(String name) |
ContentView |
ContentViewActions.getContentViewWithProvider(String name,
DocumentModel searchDocumentModel) |
ContentView |
ContentViewActions.getContentViewWithProvider(String name,
DocumentModel searchDocumentModel,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage) |
ContentView |
ContentViewActions.getContentViewWithProvider(String name,
DocumentModel searchDocumentModel,
List<SortInfo> sortInfos,
Long defaultPageSize,
Long pageSize,
Long currentPage) |
protected ContentView |
ContentViewActions.getContentViewWithProvider(String name,
DocumentModel searchDocumentModel,
List<SortInfo> sortInfos,
Long defaultPageSize,
Long pageSize,
Long currentPage,
Object... params)
Helper method to retrieve a content view, taking care of initialization of page provider according to parameters
and current global page size.
|
ContentView |
ContentViewActions.getContentViewWithProvider(String name,
DocumentModel searchDocumentModel,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Object... params) |
ContentView |
ContentViewActions.getCurrentContentView()
Returns the current global content view.
|
ContentView |
ContentViewActions.restoreContentView(ContentViewState state)
Restore a Content View from the given ContentView state.
|
ContentView |
ContentViewRestActions.restoreContentView(String contentViewName,
Long currentPage,
Long pageSize,
List<SortInfo> sortInfos,
String jsonContentViewState) |
ContentView |
ContentViewActions.restoreContentView(String contentViewName,
Long currentPage,
Long pageSize,
List<SortInfo> sortInfos,
String jsonContentViewState)
Restore a content view from the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected ActionContext |
ContentViewActions.createContentViewActionContext(DocumentModel currentDocument,
ContentView contentView,
Object showPageSizeSelector,
Object showRefreshCommand,
Object showCSVExport,
Object showPDFExport,
Object showSyndicationLinks,
Object showSlideshow,
Object showEditColumns,
Object showEditRows,
Object showSpreadsheet) |
List<Action> |
ContentViewActions.getActionsList(String category,
DocumentModel currentDocument,
ContentView contentView,
Object showPageSizeSelector,
Object showRefreshCommand,
Object showCSVExport,
Object showPDFExport,
Object showSyndicationLinks,
Object showSlideshow,
Object showEditColumns,
Object showEditRows,
Object showSpreadsheet)
Returns actions filtered depending on given custom context.
|
String |
ContentViewRestActions.getContentViewState(ContentView contentView) |
List<javax.faces.model.SelectItem> |
ContentViewActions.getPageSizeOptions(ContentView cv)
Returns the list of available options for page size selections, for given content view.
|
void |
ContentViewActions.setCurrentContentView(ContentView cv)
Sets the current global content view.
|
Modifier and Type | Method and Description |
---|---|
String |
SpreadsheetActions.urlFor(ContentView contentView) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
DocumentContentViewActions.getSelectionActions(String category,
ContentView contentView,
List<Object> selectedEntries)
Helper to retrieve selection actions for a given content view, passing additional variables to the
ActionContext used for resolution. |
Modifier and Type | Field and Description |
---|---|
protected ContentView |
DirectoryTreeNode.contentView |
Modifier and Type | Field and Description |
---|---|
protected ContentView |
DocumentTreeNodeImpl.orderableContentView |
Copyright © 2015 Nuxeo SA. All rights reserved.