this.groups = new ArrayList<ToolbarButtonGroup>();
if(toolbarKey.equalsIgnoreCase("tool.structuretool.siteNodeComponentsHeader"))
{
ToolbarButtonGroup crudGroup = new ToolbarButtonGroup("CRUD", "CRUD", "CRUD operations");
crudGroup.addButton(findButton(buttons, "createSiteNode"));
crudGroup.addButton(findButton(buttons, "pageDetail"));
crudGroup.addButton(findButton(buttons, "deleteSiteNode"));
crudGroup.addButton(findButton(buttons, "moveSiteNode"));
this.groups.add(crudGroup);