Package com.smartgwt.client
Class Version
java.lang.Object
com.smartgwt.client.Version
Class that returns meta information like version number, major version, minor version and build date.
- 
Constructor Details
- 
Version
public Version() 
 - 
 - 
Method Details
- 
getSCVersionNumber
 - 
getVersion
- Returns:
 - the library version
 
 - 
getMajor
- Returns:
 - the library major version
 
 - 
getMinor
- Returns:
 - the library minor version
 
 - 
getPatch
- Returns:
 - the library patch version
 
 - 
getBuildDate
- Returns:
 - the library build time
 
 
 -