layout.setWidgetTopHeight(toolStrip, 40, Style.Unit.PX, 30, Style.Unit.PX);
layout.setWidgetTopHeight(scroll, 70, Style.Unit.PX, 100, Style.Unit.PCT);
// ---------------------------------------------
panel.add(new ContentHeaderLabel("Available Server Group Configurations"));
panel.add(new ContentDescription("A Server Group does specify a common management policy for a set of servers. Server Groups are associated with profiles."));
serverGroupTable = new DefaultCellTable<ServerGroupRecord>(10);
serverGroupProvider = new ListDataProvider<ServerGroupRecord>();
serverGroupProvider.addDataDisplay(serverGroupTable);