// statistics on the right.
Table summaryLayout = new Table(summaryInfoContainer);
summaryLayout.setFixedLayout(true);
TableRowElement row = summaryLayout.insertRow(-1);
row.setVAlign("top");
TableCellElement leftCell = row.insertCell(-1);
Container pieChartContainer = new DefaultContainerImpl(leftCell);
// Create a piechart with no data initially.
this.pieChart = new PieChart(pieChartContainer,
new ArrayList<ColorCodedValue>(), resources);