public Widget createWidget() {
LayoutPanel layout = new RHSContentPanel("Host Properties");
layout.add(new ContentHeaderLabel("Host Property Declarations"));
StaticHelpPanel helpPanel = new StaticHelpPanel(
"These properties will be inherited by any server on this host."
);
layout.add(helpPanel.asWidget());
propertyEditor = new PropertyEditor(presenter, 20);
layout.add(propertyEditor.asWidget());
propertyEditor.setEnabled(false);