Sets the opener property. This is the WebWindow that caused this new window to be opened. @param opener the new opener
(final WebWindow opener)
| 92 | * @param opener the new opener |
| 93 | */ |
| 94 | public void setOpener(final WebWindow opener) { |
| 95 | opener_ = opener; |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Returns the opener property. This is the WebWindow that caused this new window to be opened. |