add(topToolbarContainer = new RepeatingView("topToolbarContainer"));
add(bottomToolbarContainer = new RepeatingView("bottomToolbarContainer"));
add(headerToolbarContainer = new RepeatingView("headerToolbarContainer"));
// renders the initialization javascript right after the grid itself
add(new AbstractBehavior() {
private static final long serialVersionUID = 1L;
@Override
public void onRendered(Component component) {
renderInitializationJavascript(getResponse());