189190191192193194195196
* The position of the row to which the dragged row should be * dropped */ protected void fireMoveEndCommand(NatTable natTable, int dragToGridRowPosition) { natTable.doCommand(new RowReorderEndCommand(natTable, dragToGridRowPosition)); }