getTitleBar().setLevel(2);
getMessageBar().setVisible(false);
ColumnProperty[] cp = new ColumnProperty[] {
new ColumnProperty("Name", new StringComparator(0, true),
new StringComparator(0, false)),
new ColumnProperty("Description", null, null),
new ColumnProperty("Context", new StringComparator(2, true),
new StringComparator(2, false)),
new ColumnProperty("Connector", new StringComparator(3, true),
new StringComparator(3, false)),
new ColumnProperty("Security", null, null),
new ColumnProperty("Operations", null, null) };
cp[1].setWidth("40%");
SuperTableProperty property = new SuperTableProperty();
property.setPagingEnabled(true);
property.setRecordsPerPage(10);