rootCalculationItemTable.setWidget(index, 6, new Label("="));
PriceLabel totalPriceForParentLabel = new PriceLabel(calculationTreeNodeSummary.getTotalPriceForParent());
rootCalculationItemTable.setWidget(index, 7, totalPriceForParentLabel);
if (hasBlueprint(calculationTreeNodeSummary.getItemCategoryID(), calculationTreeNodeSummary.getItemTypeID())) {
OpaqueLoadableBlueprintImage blueprintImage = new OpaqueLoadableBlueprintImage(resources, messages, messages.useBlueprint(), messages.stopUsingBlueprint());
blueprintImage.addStyleName(resources.css().image16());
blueprintImage.addStyleName(resources.css().cursorHand());
blueprintImage.setOpacity();
rootCalculationItemTable.setWidget(index, 8, blueprintImage);
rootCalculationItemTable.setWidget(index, 9, new Label(messages.me() + ":"));
Label meLabel = new Label();
rootCalculationItemTable.setWidget(index, 10, meLabel);
Label peLabel = new Label();