Example usage for Java com.vaadin.client BrowserInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
BrowserInfo | get() Singleton method to get BrowserInfo object. |
int | getBrowserMajorVersion() Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8. |
float | getGeckoVersion() Returns the Gecko version if the browser is Gecko based. |
boolean | isChrome() |
boolean | isGecko() |
boolean | isIE() |
boolean | isIE8() |
boolean | isIE9() |
boolean | isOpera() |
boolean | isSafari() |
boolean | isTouchDevice() |
boolean | isWebkit() |