grid.getAriaSupport().setLabelledBy(panel.getHeader().getId() + "-label");
ToolBar toolBar = new ToolBar();
toolBar.add(new FillToolItem());
LiveToolItem item = new LiveToolItem();
item.bindGrid(grid);
toolBar.add(item);
panel.setBottomComponent(toolBar);
add(panel);