new ColumnProperty("Type", new StringComparator(3, true),
new StringComparator(3, false)),
new ColumnProperty("Operations", null, null) };
cp[4].setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER);
SuperTableProperty property = new SuperTableProperty();
property.setPagingEnabled(true);
property.setRecordsPerPage(10);
property.setRowSelectionEnabled(true);
table = new SuperTable(cp, property);
setTable(table);
setTableVisible(false);