public Table(TableModel<RowType> tableModel,
TableDefinition<RowType> tableDefinition) {
super(impl.createFocusable());
pagingScrollTable = new PagingScrollTable2<RowType>(tableModel,
new DataTable(), new FixedWidthFlexTable(), tableDefinition);
pagingScrollTable.setHeaderGenerated(true);
pagingScrollTable.setFooterGenerated(true);
pagingScrollTable.setPageSize(100);
pagingScrollTable.setEmptyTableWidget(new HTML(
"There is no data to display"));