3declare(strict_types=1);
 
   24use ILIAS\UI\Implementation\Component\ComponentHelper;
 
   72        $clone->footer_component = $component;
 
withFooter(C\Button\Shy $component)
 
getActions()
Gets the action drop down to be displayed on the right of the title.
 
C Button Shy $footer_component
 
getTitle()
Gets the secondary panel title.
 
withActions(C\Dropdown\Standard $actions)
Sets the action drop down to be displayed on the right of the title.
 
C Dropdown Standard $actions
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
trait HasViewControls
Trait for panels supporting view controls.