If you know you selected the 20th object, then you know you want to display the second page. If you use a SimplePager, you can then call setPage(1) (first page is numbered 0); otherwise call setVisibleRange(15, 15) on your CellTable.
There are other variations, depending on how you feed the data to the CellTable.