|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.Version
public final class Version
Contains the current codes release information. Use GXT.getVersion()
to get
an instance of this class.
Method Summary | |
---|---|
java.util.Date |
getBuildTime()
Returns the build time. |
int |
getMajor()
Returns the major number. |
int |
getMinor()
Returns the minor number. |
java.lang.String |
getRelease()
Returns the release name. |
int |
getRevision()
Returns the revision number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getRelease()
public int getMajor()
public int getMinor()
public int getRevision()
public java.util.Date getBuildTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |