propertyEditor = new PropertyEditor(presenter);
propertyEditor.setHelpText("A system property to set on all servers in this server-group.");
bottomLayout.add(propertyEditor.asWidget(), Console.CONSTANTS.common_label_systemProperties());
propertyEditor.setAllowEditProps(false);
bottomLayout.selectTab(0);
panel.add(new ContentGroupLabel("Server Group"));
panel.add(bottomLayout);
details.bind(serverGroupTable);