Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 5: | Line 5: | ||
downloadDocument(boolean checkout) | downloadDocument(boolean checkout) | ||
downloadDocumentPdf() | downloadDocumentPdf() | ||
+ | downloadFile(String path, String params) | ||
resetStatus() | resetStatus() | ||
showError(String callback, Throwable caught) | showError(String callback, Throwable caught) |
Revision as of 13:34, 6 July 2010
Read Methods
refreshUI() ToolBarOption getToolBarOption() String getLang() downloadDocument(boolean checkout) downloadDocumentPdf() downloadFile(String path, String params) resetStatus() showError(String callback, Throwable caught) logout() refreshUserDocumentsSize()
![]() |
getToolBarOption() must be only used for reading purposes |
Write methods
setStatus(String msg)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();