A GWT cell table (data presentation table) provides high-performance rendering of large data sets in a tabular view.
A GWT cell table (data presentation table) provides high-performance rendering of large data sets in a tabular view. It uses so called cells to display data - each row is backed in one object in a data provider. Cell table provides support for pagination, selection, etc.
MOre about it on official google webtoolkit Dev-Guide