IBinding objPageSizeBinding = getPageSizeBinding();
if (objPageSizeBinding != null)
objState.getPagingState().setPageSize(objPageSizeBinding.getInt());
// get the column model. if not possible, return null.
ITableColumnModel objColumnModel = getTableColumnModel();
if (objColumnModel == null)
return null;
Object objSourceValue = getSource();
if (objSourceValue == null)