yugalatea / gwt-google-apis

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

Add Visualization DataView missing methods for hiding columns/rows #289

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-visualization 1.0.2

Detailed description:
There are some missing methods for the DataView class (added since last
release.)

Workaround if you have one:

You can subclass DataView and add the new methods.  For example:

public class DataViewPlus extends DataView {
  public final native void hideRows(int from, int to) {
    this.hideRows(from, to);
  }
}

Links to the relevant GWT Developer Forum posts:
http://groups.google.com/group/google-visualization-api/browse_thread/thread/35d
a33b98cbca23d?hl=en

Original issue reported on code.google.com by galgwt.reviews@gmail.com on 8 Jul 2009 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 16 Apr 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Done.

Original comment by piotr.sw...@gmail.com on 19 Apr 2010 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 7 May 2010 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by piotr.sw...@gmail.com on 14 May 2010 at 9:35