19 declare(strict_types=1);
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.
getActions()
Gets the action dropdown to be displayed on the right of the title.
This describes commonalities between all types of Dropdowns.
trait HasViewControls
Trait for panels supporting view controls.
withFooter(Shy $component)
Sets a Component being displayed below the content.
This describes a Secondary Panel.
This describes a Standard Dropdown.