oldPageCount = pageCount;
}
}
});
if (tableModel instanceof HasRowInsertionHandlers) {
rowInsertionHandlerReg = ((HasRowInsertionHandlers) tableModel).addRowInsertionHandler(new RowInsertionHandler() {
public void onRowInsertion(RowInsertionEvent event) {
insertAbsoluteRow(event.getRowIndex());
}
});
}