public final class NewBrowserWindow
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
NewBrowserWindow()
Instantiates a new new browser window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close.
|
static NewBrowserWindow |
open(String url,
String target,
String options)
Open.
|
void |
setUrl(String url)
Sets the url.
|
protected NewBrowserWindow()
public static NewBrowserWindow open(String url, String target, String options)
url - the urltarget - the targetoptions - the optionspublic void close()
public void setUrl(String url)
url - the new urlCopyright © 2018. All Rights Reserved.