public class WindowOpen extends Object
Constructor and Description |
---|
WindowOpen() |
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
The URL for the new window.
|
List<String> |
getWindowFeatures()
An array of enabled window features.
|
String |
getWindowName()
Window name.
|
Boolean |
isUserGesture()
Whether or not it was triggered by user gesture.
|
void |
setUrl(String url)
The URL for the new window.
|
void |
setUserGesture(Boolean userGesture)
Whether or not it was triggered by user gesture.
|
void |
setWindowFeatures(List<String> windowFeatures)
An array of enabled window features.
|
void |
setWindowName(String windowName)
Window name.
|
public String getUrl()
public void setUrl(String url)
public String getWindowName()
public void setWindowName(String windowName)
public void setWindowFeatures(List<String> windowFeatures)
public Boolean isUserGesture()
public void setUserGesture(Boolean userGesture)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.