|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.Window.Navigator
public static class Window.Navigator
This class provides access to the browser's navigator object. The mimeTypes and plugins properties are not included.
Method Summary | |
---|---|
static java.lang.String |
getAppCodeName()
Gets the navigator.appCodeName. |
static java.lang.String |
getAppName()
Gets the navigator.appName. |
static java.lang.String |
getAppVersion()
Gets the navigator.appVersion. |
static java.lang.String |
getPlatform()
Gets the navigator.platform. |
static java.lang.String |
getUserAgent()
Gets the navigator.userAgent. |
static boolean |
isCookieEnabled()
Checks whether or not cookies are enabled or disabled. |
static boolean |
isJavaEnabled()
Tests whether Java is enabled in the current browser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getAppCodeName()
public static java.lang.String getAppName()
public static java.lang.String getAppVersion()
public static java.lang.String getPlatform()
public static java.lang.String getUserAgent()
public static boolean isCookieEnabled()
public static boolean isJavaEnabled()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |