using JNSI call to get window object gwt

516 Views Asked by At

Just reading JSNI and wondering can we convert JavaScriptObject, returned from the below function call to arc.gui.gwt.widget.window.Window and then use it to call Window object functions.

public static native JavaScriptObject window() /*-{
    return $wnd;
}-*/;
0

There are 0 best solutions below