Difference between revisions of "GeneralComunicator"

From OpenKM Documentation
Jump to: navigation, search
Line 5: Line 5:
 
  downloadDocument(boolean checkout)
 
  downloadDocument(boolean checkout)
 
  downloadDocumentPdf()
 
  downloadDocumentPdf()
 +
resetStatus()
  
 
{{Note| getToolBarOption() must be only used to reading purposes }}
 
{{Note| getToolBarOption() must be only used to reading purposes }}

Revision as of 16:37, 23 June 2010

Read Methods

refreshUI()
ToolBarOption getToolBarOption()
String getLang()
downloadDocument(boolean checkout)
downloadDocumentPdf()
resetStatus() 

Nota clasica.png getToolBarOption() must be only used to reading purposes

Write methods

setStatus(String msg)

Example

// Call to refreshing user interface
GeneralComunicator.refreshUI();