Difference between revisions of "GeneralComunicator"
From OpenKM Documentation
Line 4: | Line 4: | ||
String getLang() | String getLang() | ||
downloadDocument(boolean checkout) | downloadDocument(boolean checkout) | ||
+ | downloadDocumentPdf() | ||
Revision as of 11:05, 23 June 2010
Read Methods
refreshUI() ToolBarOption getToolBarOption() String getLang() downloadDocument(boolean checkout) downloadDocumentPdf()
getToolBarOption() must be only used to reading purposes |
Example
// Call to refreshing user interface
GeneralComunicator.refreshUI();