SuperTableProperty property = new SuperTableProperty();
property.setPagingEnabled(true);
property.setRecordsPerPage(10);
property.setRowSelectionEnabled(true);
table = new SuperTable(cp, property);
setTable(table);
setTableVisible(false);
initToolbar();
}