ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\Panel\Panel Interface Reference

This describes how a panel could be modified during construction of UI. More...

+ Inheritance diagram for ILIAS\UI\Component\Panel\Panel:
+ Collaboration diagram for ILIAS\UI\Component\Panel\Panel:

Public Member Functions

 getTitle ()
 Gets the title of the panel. More...
 
 getContent ()
 Gets the content to be displayed inside the panel. More...
 
 withActions (Dropdown\Standard $actions)
 Sets action Dropdown being displayed beside the title. More...
 
 getActions ()
 Gets action Dropdown being displayed beside the title. More...
 
- 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...
 

Detailed Description

This describes how a panel could be modified during construction of UI.

Definition at line 30 of file Panel.php.

Member Function Documentation

◆ getActions()

ILIAS\UI\Component\Panel\Panel::getActions ( )

Gets action Dropdown being displayed beside the title.

◆ getContent()

ILIAS\UI\Component\Panel\Panel::getContent ( )

Gets the content to be displayed inside the panel.

Returns
Component[]|Component

◆ getTitle()

ILIAS\UI\Component\Panel\Panel::getTitle ( )

Gets the title of the panel.

Returns
string $title Title of the Panel

◆ withActions()

ILIAS\UI\Component\Panel\Panel::withActions ( Dropdown\Standard  $actions)

Sets action Dropdown being displayed beside the title.


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