}
}, form
);
FormLayout formLayout = new FormLayout()
.setTools(detailToolStrip)
.setHelp(helpPanel)
.setForm(form);
// ------------------------------------------
MultipleToOneLayout layout = new MultipleToOneLayout()
.setTitle("Paths")
.setHeadline("Path References")
.setDescription("A named filesystem path, but without a requirement to specify the actual path. If no actual path is specified, acts as a placeholder in the model (e.g. at the domain level) until a fully specified path definition is applied at a lower level (e.g. at the host level, where available addresses are known.)")
.setMaster(Console.MESSAGES.available("Paths"), table)
.setMasterTools(toolstrip)
.addDetail(Console.CONSTANTS.common_label_attributes(), formLayout.build());
return layout.build();
}