public class BrowserData extends Object
| Constructor and Description |
|---|
BrowserData() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColorDepth()
ColorDepth in bits.
|
Boolean |
getJavaEnabled()
true =Java is enabled in the browser
false = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
|
Boolean |
getJavaScriptEnabled()
* true = JavaScript is enabled in the browser.
|
String |
getScreenHeight()
Height of the screen in pixels.
|
String |
getScreenWidth()
Width of the screen in pixels.
|
void |
setColorDepth(Integer value)
ColorDepth in bits.
|
void |
setJavaEnabled(Boolean value)
true =Java is enabled in the browser
false = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
|
void |
setJavaScriptEnabled(Boolean value)
* true = JavaScript is enabled in the browser.
|
void |
setScreenHeight(String value)
Height of the screen in pixels.
|
void |
setScreenWidth(String value)
Width of the screen in pixels.
|
BrowserData |
withColorDepth(Integer value)
ColorDepth in bits.
|
BrowserData |
withJavaEnabled(Boolean value)
true =Java is enabled in the browser
false = Java is not enabled in the browser
Value is returned from the navigator.javaEnabled property.
|
BrowserData |
withJavaScriptEnabled(Boolean value)
* true = JavaScript is enabled in the browser.
|
BrowserData |
withScreenHeight(String value)
Height of the screen in pixels.
|
BrowserData |
withScreenWidth(String value)
Width of the screen in pixels.
|
public Integer getColorDepth()
public void setColorDepth(Integer value)
public BrowserData withColorDepth(Integer value)
public Boolean getJavaEnabled()
public void setJavaEnabled(Boolean value)
public BrowserData withJavaEnabled(Boolean value)
public Boolean getJavaScriptEnabled()
public void setJavaScriptEnabled(Boolean value)
public BrowserData withJavaScriptEnabled(Boolean value)
public String getScreenHeight()
public void setScreenHeight(String value)
public BrowserData withScreenHeight(String value)
public String getScreenWidth()
public void setScreenWidth(String value)
public BrowserData withScreenWidth(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.