There are several methods with identical JSNI bugs in
com.googlecode.gwt.charts.client.controls.filter.CategoryFilterOptions. It is
wrong parameter name passed to the JS native code. Here are they:
public final native void setValues(JsArray<JavaScriptObject> selectedValues) /*-{
this.values = values;
}-*/;
public final native void setValues(JsArrayBoolean selectedValues) /*-{
this.values = values;
}-*/;
public final native void setValues(JsArrayString selectedValues) /*-{
this.values = values;
}-*/;
~Dimitar
Original issue reported on code.google.com by dimiter....@gmail.com on 15 Nov 2012 at 7:16
Original issue reported on code.google.com by
dimiter....@gmail.com
on 15 Nov 2012 at 7:16