Returns the top level window that contains this window. If this is a top level window, then return this window. @return the top level window that contains this window or this window if there is no parent.
()
| 75 | * window if there is no parent. |
| 76 | */ |
| 77 | WebWindow getTopWindow(); |
| 78 | |
| 79 | /** |
| 80 | * Returns the web client that "owns" this window. |
no outgoing calls