noInfo.getElement().addClassName("console-DeploymentBreadcrumb-context");
this.contextPanel.add(noInfo);
index++;
addContext(DeploymentRecord.class, index++,
new TextAreaItem("name", "Name"),
new TextAreaItem("runtimeName", "Runtime Name"));
addContext(DeploymentEjbSubsystem.class, index++);
addContext(DeploymentJpaSubsystem.class, index++,
new TextAreaItem("name", "Name"),
new TextBoxItem("defaultDataSource", "Default Datasource"),
new TextBoxItem("defaultInheritance", "Default Inheritance"));
addContext(DeploymentWebSubsystem.class, index++,
new TextAreaItem("name", "Name"),
new TextBoxItem("contextRoot", "Context Root"),
new TextBoxItem("virtualHost", "Virtual Host"));
addContext(DeploymentWebserviceSubsystem.class, index++);
addContext(DeployedEjb.class, index++,
new TextAreaItem("name", "Name"),
new TextBoxItem("componentClassname", "Component Classname"),
new ListItem("declaredRoles", "Declared Roles"),
new TextBoxItem("runAsRole", "Run As Role"),
new TextBoxItem("securityDomain", "Security Domain"));
addContext(DeployedPersistenceUnit.class, index++,
new TextAreaItem("name", "Name"),
new CheckBoxItem("enabled", "Statistics Enabled"));
addContext(DeployedServlet.class, index++,
new TextAreaItem("name", "Name"),
new TextBoxItem("servletClass", "Servlet Class"));
addContext(DeployedEndpoint.class, index,
new TextAreaItem("name", "Name"),
new TextBoxItem("classname", "Classname"),
new TextBoxItem("context", "Context"),
new TextBoxItem("endpointType", "Type"),
new TextBoxItem("wsdl", "WSDL"));
}