An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Describes the Popover component.
getAsyncContentUrl()
Get the url returning the rendered content, if the popovers content is rendered via ajax.
withHorizontalPosition()
Get the same popover being rendered to the left or right of the triggerer, based on the available spa...
withTitle($title)
Get the same popover displaying a title above the content.
withAsyncContentUrl($url)
Get a popover like this who's content is rendered via ajax by the given $url before the popover is sh...
getShowSignal()
Get the signal to show this popover in the frontend.
getTitle()
Get the title of the popover.
getPosition()
Get the position of the popover.
withVerticalPosition()
Get the same popover being rendered below or above the triggerer, based on the available space.
getReplaceContentSignal()
Get the signal to replace the content of this popover.
withFixedPosition()
Get a popover which can be used in fixed places such as the main menu.