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