rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid.getAllEditRows() missing #333

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would this be the correct implementation?

Thanks,

David

public native int[] getAllEditRows() /*-{
   var self = this.@com.smartgwt.client.widgets.BaseWidget::getOrCreateJsObj()();
   var editRowsJS =  self.getAllEditRows();
   if(editRowsJS == null)
      editRowsJS=[];
   return @com.smartgwt.client.util.JSOHelper::convertToJavaIntArray(Lcom/google/gwt/core/client/JavaScriptObject;)(editRowsJS);
}-*/;

Original issue reported on code.google.com by dmda...@gmail.com on 29 Sep 2009 at 5:24

GoogleCodeExporter commented 8 years ago
Added to SVN, thanks.

Original comment by sanjiv.j...@gmail.com on 1 Oct 2009 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by sanjiv.j...@gmail.com on 29 Nov 2009 at 10:31