Difference between revisions of "GeneralComunicator"

From OpenKM Documentation
Jump to: navigation, search
Line 4: Line 4:
 
  String getLang()
 
  String getLang()
 
  downloadDocument(boolean checkout)
 
  downloadDocument(boolean checkout)
 +
downloadDocumentPdf()
  
  

Revision as of 12:05, 23 June 2010

Read Methods

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



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

Example

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