26 public function getFooter() : ?C\Button\Shy;
39 public function getActions() : ?C\Dropdown\Standard;
getFooter()
Gets the Component being displayed below the content.
withFooter(C\Button\Shy $component)
Sets a Component being displayed below the content.
getActions()
Gets the action drop down to be displayed on the right of the title.
A component is the most general form of an entity in the UI.
trait HasViewControls
Trait for panels supporting view controls.
This describes a Standard Panel.
withActions(C\Dropdown\Standard $actions)
Sets the action drop down to be displayed on the right of the title.
This describes a Secondary Panel.