Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 9: | Line 9: | ||
logout() | logout() | ||
− | {{Note| getToolBarOption() must be only used | + | {{Note| getToolBarOption() must be only used for reading purposes }} |
== Write methods == | == Write methods == |
Revision as of 08:23, 2 July 2010
Read Methods
refreshUI() ToolBarOption getToolBarOption() String getLang() downloadDocument(boolean checkout) downloadDocumentPdf() resetStatus() showError(String callback, Throwable caught) logout()
getToolBarOption() must be only used for reading purposes |
Write methods
setStatus(String msg)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();