|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.logicaldoc.web.document.VersionsRecordsManager
public class VersionsRecordsManager
Control that allows the user to navigate document's versions
Constructor Summary | |
---|---|
VersionsRecordsManager()
|
Method Summary | |
---|---|
java.lang.String |
back()
|
java.lang.String |
backToList()
|
java.lang.String |
compare()
|
void |
dispose()
Cleans up the resources used by this class. |
java.lang.String |
edit()
|
com.logicaldoc.core.document.Document |
getSelectedDocument()
|
VersionRecord |
getVersion(java.lang.String version)
|
java.util.List<javax.faces.model.SelectItem> |
getVersionItems()
|
java.util.List<VersionRecord> |
getVersions()
Gets the list of versions which will be used by the ice:dataTable component. |
boolean |
isShowCompare()
|
boolean |
isShowList()
|
void |
selectDocument(com.logicaldoc.core.document.Document doc)
Changes the currently selected document and updates the versions list. |
void |
setSelectedDocument(com.logicaldoc.core.document.Document selectedDocument)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionsRecordsManager()
Method Detail |
---|
public void selectDocument(com.logicaldoc.core.document.Document doc)
doc
- public void dispose()
public java.util.List<VersionRecord> getVersions()
public java.util.List<javax.faces.model.SelectItem> getVersionItems()
public VersionRecord getVersion(java.lang.String version)
public java.lang.String back()
public java.lang.String edit()
public java.lang.String compare()
public java.lang.String backToList()
public com.logicaldoc.core.document.Document getSelectedDocument()
public void setSelectedDocument(com.logicaldoc.core.document.Document selectedDocument)
public boolean isShowList()
public boolean isShowCompare()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |