Field Summary |
|
public static String | BLANK_IMAGE_URL URL to a 1x1 transparent gif image used by MyGWT to create inline icons
with CSS background images. |
public static MyMessages | MESSAGES MyGWT messages. |
public static String | SSL_SECURE_URL URL to a blank file used by MyGWT when in secure mode for iframe src to
prevent the IE insecure content. |
public static String | defaultTheme defaultTheme specifies the default theme. |
public static boolean | isGecko true if the browser is gecko. |
public static boolean | isIE true if the browser is ie. |
public static boolean | isIE7 true if the browser is ie7. |
public static boolean | isLinux true if linux os. |
public static boolean | isMac true if mac os. |
public static boolean | isOpera true if the browser is opera. |
public static boolean | isSafari true if the browser is safari. |
public static boolean | isSecure true if using https. |
public static boolean | isStrict true if the browser is in strict mode. |