//GWT.log( "Inserting nested for row "+row, null);
Integer realIndex = this.calculateRowToObjectOffset(new Integer(row));
//GWT.log( "RealIndex: "+ realIndex, null );
int i = 0;
Bindable o = null;
for (Iterator it = this.topBinding.getChildren().iterator();
it.hasNext(); i++) {
if (realIndex.intValue() == i) {
o = ((Binding) ((Binding) it.next()).getChildren().get(0)).getRight().object;