Java com.vaadin.client BrowserInfo fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client BrowserInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client BrowserInfo.

The text is from its open source code.

Method

BrowserInfoget()
Singleton method to get BrowserInfo object.
intgetBrowserMajorVersion()
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8.
floatgetGeckoVersion()
Returns the Gecko version if the browser is Gecko based.
booleanisChrome()
booleanisGecko()
booleanisIE()
booleanisIE8()
booleanisIE9()
booleanisOpera()
booleanisSafari()
booleanisTouchDevice()
booleanisWebkit()