public interface PopupHandler
PopupHandler may manage newly created popup windows that were opened using the
window.open JavaScript function.
| Modifier and Type | Method and Description |
|---|---|
PopupContainer |
handlePopup(PopupParams params)
Creates a container to display a new browser window, identified by
创建一个容器以显示由参数标识的新浏览器窗口。 params.
|
PopupContainer handlePopup(PopupParams params)
params. Return
null to prevent popup from being displayed.
params - requested container parameters.
-请求的容器参数。
null to suppress popup.
容器窗口还是禁止弹出窗口。