|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Common interface to item groups. More...
Inheritance diagram for ILIAS\UI\Component\Item\Group:
Collaboration diagram for ILIAS\UI\Component\Item\Group:Public Member Functions | |
| getTitle () | |
| Gets the title of the group. More... | |
| getItems () | |
| Gets item of the group. More... | |
| withActions (Standard $dropdown) | |
| Create a new appointment item with a set of actions to perform on it. More... | |
| getActions () | |
| Get the actions Dropdown of the group. 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... | |
| ILIAS\UI\Component\Item\Group::getActions | ( | ) |
Get the actions Dropdown of the group.
Referenced by ILIAS\UI\Implementation\Component\Item\Renderer\renderGroup().
Here is the caller graph for this function:| ILIAS\UI\Component\Item\Group::getItems | ( | ) |
Gets item of the group.
Referenced by ILIAS\UI\Implementation\Component\Item\Renderer\renderGroup().
Here is the caller graph for this function:| ILIAS\UI\Component\Item\Group::getTitle | ( | ) |
Gets the title of the group.
Referenced by ILIAS\UI\Implementation\Component\Item\Renderer\renderGroup().
Here is the caller graph for this function:| ILIAS\UI\Component\Item\Group::withActions | ( | Standard | $dropdown | ) |
Create a new appointment item with a set of actions to perform on it.