An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
This describes how a panel could be modified during construction of UI.
This describes a Secondary Panel.
getActions()
Gets the action drop down to be displayed on the right of the title.
withActions(C\Dropdown\Standard $actions)
Sets the action drop down to be displayed on the right of the title.
getFooter()
Gets the Component being displayed below the content.
withFooter(C\Button\Shy $component)
Sets a Component being displayed below the content.
This describes a Standard Panel.
Trait for adding view controls to a component.
trait HasViewControls
Trait for panels supporting view controls.