|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.core.client.GXT
public class GXT
GXT core utilities and functions.
| Constructor Summary | |
|---|---|
GXT()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getBlankImageUrl()
URL to a 1x1 transparent GIF image used by GXT to create inline icons with CSS background images. |
static java.lang.String |
getSslSecureUrl()
URL to a blank file used by GXT when in secure mode for iframe src to prevent the IE insecure content. |
static Version |
getVersion()
Returns the version information. |
static void |
init()
Initializes GXT. |
static boolean |
isAir()
Returns true if the browser is Adobe Air. |
static boolean |
isChrome()
Returns true if the browser is Chrome. |
static boolean |
isGecko()
Returns true if the browser is Gecko. |
static boolean |
isGecko1_8()
Returns true if the browser is Gecko 2. |
static boolean |
isGecko1_9()
Returns true if the browser is Gecko 3. |
static boolean |
isIE()
Returns true if the browser is IE. |
static boolean |
isIE6()
Returns true if the browser is IE 6. |
static boolean |
isIE7()
Returns true if the browser is IE 7. |
static boolean |
isIE8()
Returns true if the browser is IE 8. |
static boolean |
isIE9()
Returns true if the browser is IE 9. |
static boolean |
isLinux()
Returns true if the OS is Linux. |
static boolean |
isMac()
Returns true if the OS is Mac. |
static boolean |
isOpera()
Returns true if the browser is Opera. |
static boolean |
isSafari()
Returns true if the browser is Safari. |
static boolean |
isSafari3()
Returns true if the browser is Safari 3. |
static boolean |
isSafari4()
Returns true if the browser is Safari 4. |
static boolean |
isSafari5()
Returns true if the browser is Safari 4. |
static boolean |
isSecure()
Returns true if using HTTPS. |
static boolean |
isUseShims()
Returns true if the browser uses shims. |
static boolean |
isWebKit()
Returns true if the browser uses the webkit engine. |
static boolean |
isWindows()
Returns true if the OS is Windows. |
static void |
setUseShims(boolean useShims)
True to force the use of shims. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GXT()
| Method Detail |
|---|
public static java.lang.String getBlankImageUrl()
public static java.lang.String getSslSecureUrl()
public static Version getVersion()
public static void init()
public static boolean isAir()
public static boolean isChrome()
public static boolean isGecko()
public static boolean isGecko1_8()
public static boolean isGecko1_9()
public static boolean isIE()
public static boolean isIE6()
public static boolean isIE7()
public static boolean isIE8()
public static boolean isIE9()
public static boolean isLinux()
public static boolean isMac()
public static boolean isOpera()
public static boolean isSafari()
public static boolean isSafari3()
public static boolean isSafari4()
public static boolean isSafari5()
public static boolean isSecure()
public static boolean isUseShims()
setUseShims(boolean).
public static boolean isWebKit()
public static boolean isWindows()
public static void setUseShims(boolean useShims)
useShims - true to use shims
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||