//TextBoxItem sha = new TextBoxItem("sha", "SHA");
form.setFields(name,runtimeName);
form.bind(deploymentTable);
MultipleToOneLayout layout = new MultipleToOneLayout()
.setTitle(Console.CONSTANTS.common_label_deployments())
.setHeadline(Console.CONSTANTS.common_label_deployments())
.setDescription("Currently deployed application components. Deployments that have been added through the filesystem will not be managable through the web interface.")
.setMaster(Console.MESSAGES.available("Deployments"), deploymentTable)
.setMasterTools(toolStrip)
.setDetail(Console.CONSTANTS.common_label_selection(), form.asWidget());
return layout.build();
}