19declare(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.
button(string $caption, string $cmd)