Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 8: | Line 8: | ||
{{Note| getToolBarOption() must be only used to reading purposes }} | {{Note| getToolBarOption() must be only used to reading purposes }} | ||
+ | |||
+ | |||
+ | == Write methods == | ||
+ | setStatus(String msg) | ||
+ | |||
+ | |||
== Example == | == Example == |
Revision as of 15:33, 23 June 2010
Read Methods
refreshUI() ToolBarOption getToolBarOption() String getLang() downloadDocument(boolean checkout) downloadDocumentPdf()
getToolBarOption() must be only used to reading purposes |
Write methods
setStatus(String msg)
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();