3declare(strict_types=1);
A component is the most general form of an entity in the UI.
This describes commonalities between all types of Dropdowns.
This describes a Standard Dropdown.
This describes a Secondary Panel.
getActions()
Gets the action dropdown to be displayed on the right of the title.
withActions(Dropdown\Standard $actions)
Sets the action dropdown to be displayed on the right of the title.
getFooter()
Gets the Component being displayed below the content.
withFooter(Shy $component)
Sets a Component being displayed below the content.
Trait for adding view controls to a component.
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...
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.