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
Original issue reported on code.google.com by
dmda...@gmail.com
on 29 Sep 2009 at 5:24