public class WebBrowserToolsImpl extends java.lang.Object implements WebBrowserTools
| Constructor and Description |
|---|
WebBrowserToolsImpl(AppUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
showWebPage(java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> params)
Open a web page in browser.
|
protected AppUI ui
public WebBrowserToolsImpl(AppUI ui)
public void showWebPage(java.lang.String url,
@Nullable
java.util.Map<java.lang.String,java.lang.Object> params)
WebBrowserToolsshowWebPage in interface WebBrowserToolsurl - URL of the pageparams - optional parameters.
target - String value used as the target name in a
window.open call in the client. This means that special values such as
"_blank", "_self", "_top", "_parent" have special meaning. If not specified, "_blank" is used.width - Integer value specifying the width of the browser window in pixelsheight - Integer value specifying the height of the browser window in pixelsborder - String value specifying the border style of the window of the browser window.
Possible values are "DEFAULT", "MINIMAL", "NONE".