Java com.vaadin.server WebBrowser fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server WebBrowser fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAddress()
Gets the IP-address of the web browser.
StringgetBrowserApplication()
Get the browser user-agent string.
intgetBrowserMajorVersion()
Gets the major version of the browser the user is using.
intgetBrowserMinorVersion()
Gets the minor version of the browser the user is using.
LocalegetLocale()
Get the default locate of the browser.
intgetRawTimezoneOffset()
Returns the browser-reported TimeZone offset in milliseconds from GMT ignoring possible daylight saving adjustments that may be in effect in the browser.
intgetScreenHeight()
Gets the height of the screen in pixels.
intgetScreenWidth()
Gets the width of the screen in pixels.
intgetTimezoneOffset()
Returns the browser-reported TimeZone offset in milliseconds from GMT.
booleanisAndroid()
Tests if the browser is run on Android.
booleanisChrome()
Tests whether the user is using Chrome.
booleanisChromeFrame()
Tests whether the user is using Chrome Frame.
booleanisChromeFrameCapable()
Tests whether the user's browser is Chrome Frame capable.
booleanisEdge()
Tests whether the user is using Edge.
booleanisFirefox()
Tests whether the user is using Firefox.
booleanisIE()
Tests whether the user is using Internet Explorer.
booleanisIOS()
Tests if the browser is run in iOS.
booleanisIPad()
Tests if the browser is run on IPad.
booleanisIPhone()
Tests if the browser is run on IPhone.
booleanisLinux()
Tests whether the user is using Linux.
booleanisMacOSX()
Tests whether the user is using Mac OS X.
booleanisOpera()
Tests whether the user is using Opera.
booleanisSafari()
Tests whether the user is using Safari.
booleanisSecureConnection()
Is the connection made using HTTPS?
booleanisTouchDevice()
booleanisWindows()
Tests whether the user is using Windows.
booleanisWindowsPhone()
Tests whether the user is using Windows Phone.
voidupdateRequestDetails(VaadinRequest request)
For internal use by VaadinServlet/VaadinPortlet only.