ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\UI\Component\Popover\Standard Interface Reference
+ Inheritance diagram for ILIAS\UI\Component\Popover\Standard:
+ Collaboration diagram for ILIAS\UI\Component\Popover\Standard:

Public Member Functions

 getContent ()
 Get the components representing the content of the popover. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Popover\Popover
 withTitle (string $title)
 Get the same popover displaying a title above the content. More...
 
 getTitle ()
 Get the title of the popover. More...
 
 withVerticalPosition ()
 Get the same popover being rendered below or above the trigger, based on the available space. More...
 
 withHorizontalPosition ()
 Get the same popover being rendered to the left or right of the trigger, based on the available space. More...
 
 getPosition ()
 Get the position of the popover. More...
 
 withAsyncContentUrl (string $url)
 Get a popover like this who's content is rendered via ajax by the given $url before the popover is shown. More...
 
 getAsyncContentUrl ()
 Get the url returning the rendered content, if the popovers content is rendered via ajax. More...
 
 getShowSignal ()
 Get the signal to show this popover in the frontend. More...
 
 getReplaceContentSignal ()
 Get the signal to replace the content of this popover. More...
 
 withFixedPosition ()
 Get a popover which can be used in fixed places such as the main menu. More...
 
 isFixedPosition ()
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Triggerable
 withResetSignals ()
 Get a component like this but reset (regenerate) its signals. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\JavaScriptBindable
 withOnLoadCode (Closure $binder)
 
 withAdditionalOnLoadCode (Closure $binder)
 Add some onload-code to the component instead of replacing the existing one. More...
 
 getOnLoadCode ()
 Get the currently bound on load code. More...
 

Additional Inherited Members

- Data Fields inherited from ILIAS\UI\Component\Popover\Popover
const POS_AUTO = 'auto'
 
const POS_VERTICAL = 'vertical'
 
const POS_HORIZONTAL = 'horizontal'
 

Detailed Description

Definition at line 30 of file Standard.php.

Member Function Documentation

◆ getContent()

ILIAS\UI\Component\Popover\Standard::getContent ( )

Get the components representing the content of the popover.

Returns
Component[]

The documentation for this interface was generated from the following file: