Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

gwt-gadgets feature request: add support for passing view params to ViewFeature #463

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-gadgets 1.2.0

Detailed description:
Current implementation of the ViewFeature contains only a single signature for 
the method "requestNavigateTo":
void requestNavigateTo(View view);

The JavaScript API allows for the passing of params:
requestNavigateTo(view, params);

Workaround if you have one:
final native void requestNavigateTo(View view, JavaScriptObject params) /*-{
    $wnd.gadgets.views.requestNavigateTo(view, params);
}-*/;

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by cainw...@gmail.com on 2 May 2011 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 Oct 2011 at 4:47