Package | Description |
---|---|
org.nuxeo.ecm.platform.query.api | |
org.nuxeo.ecm.webapp.contentbrowser |
Modifier and Type | Field and Description |
---|---|
protected List<PageSelection<T>> |
PageSelections.entries |
Modifier and Type | Method and Description |
---|---|
List<PageSelection<T>> |
PageSelections.getEntries() |
List<PageSelection<T>> |
PageSelections.getRows()
Deprecated.
just here for compatibility with SelectDatamodel methods, use
PageSelections.getEntries() instead |
Modifier and Type | Method and Description |
---|---|
void |
PageSelections.add(PageSelection<T> entry) |
Modifier and Type | Method and Description |
---|---|
void |
PageSelections.setEntries(List<PageSelection<T>> entries) |
Constructor and Description |
---|
PageSelections(Collection<? extends PageSelection<T>> c) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentListingActionsBean.checkCurrentDocAndProcessVersionSelectRow(PageSelection<VersionModel> versionModelSelection,
String requestedCurrentDocRef)
Handle version row selection event after having ensured that the navigation context stills points to
currentDocumentRef to protect against browsers' back button errors.
|
protected void |
DocumentListingActionsBean.processVersionSelectRow(PageSelection<VersionModel> versionModelSelection)
Processes the version selection row.
|
Copyright © 2016 Nuxeo SA. All rights reserved.