Difference between revisions of "UtilComunicator"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '== Read Methods == formatSize(double size) == Example == <source lang="java"> // Call to refreshing user interface UtilComunicator.formatSize(15); </source> [[Category: OpenK…')
 
Line 1: Line 1:
 
== Read Methods ==
 
== Read Methods ==
 
  formatSize(double size)
 
  formatSize(double size)
 
  
 
== Example ==
 
== Example ==

Revision as of 13:35, 6 July 2010

Read Methods

formatSize(double size)

Example

// Call to refreshing user interface
UtilComunicator.formatSize(15);