3declare(strict_types=1);
 
   24use ILIAS\UI\Implementation\Component\ComponentHelper;
 
   40            $this->checkArgInstanceOf(
"button", 
$button, Button::class);
 
__construct(Button $previous_action, Component $button, Button $next_action)
 
getSelectorButton()
Returns the Default- or Split-Button placed in the middle of the control.
 
getNextActions()
Returns the action executed by clicking on next.
 
getPreviousActions()
Returns the action executed by clicking on previous.
 
A component is the most general form of an entity in the UI.
 
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...