This describes how a panel could be modified during construction of UI.
A component is the most general form of an entity in the UI.
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Sets action Dropdown being displayed beside the title.
getContent()
Gets the content to be displayed inside the panel.
getTitle()
Gets the title of the panel.
This describes a Standard Panel.
getActions()
Gets action Dropdown being displayed beside the title.