/**
  * Set the menu items (allows for overruling in subclasses)
  *
  * @param \Gems_Menu_MenuList $menuList
  */
 protected function addButtons(\Gems_Menu_MenuList $menuList)
 {
     $menuList->addByController('respondent', 'show', $this->_('Show respondent'))->addCurrentChildren();
 }
 /**
  * Set the menu items (allows for overruling in subclasses)
  *
  * @param \Gems_Menu_MenuList $menuList
  */
 protected function addButtons(\Gems_Menu_MenuList $menuList)
 {
     $menuList->addByController('track-rounds', 'create', $this->_('New round'));
 }
 /**
  * Set the menu items (allows for overruling in subclasses)
  *
  * @param \Gems_Menu_MenuList $menuList
  */
 protected function addButtons(\Gems_Menu_MenuList $menuList)
 {
     $menuList->addByController('respondent', 'show', $this->_('Show respondent'))->addByController('track', 'index', $this->_('Show tracks'))->addByController('track', 'show-track', $this->_('Show track'))->addByController('track', 'show', $this->_('Show token'))->addCurrentSiblings()->addCurrentChildren();
 }