ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Alex Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Item
;
6
10
interface
Group
extends
\ILIAS\UI\Component\Component
11
{
17
public
function
getTitle
();
18
24
public
function
getItems
();
25
32
public
function
withActions
(\
ILIAS
\
UI
\
Component
\Dropdown\
Standard
$dropdown);
33
39
public
function
getActions
();
40
}
UI
Class Factory.
ILIAS\UI\Component\Item\Group\getTitle
getTitle()
Gets the title of the group.
ILIAS
Class BaseForm.
ILIAS\UI\Component
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:13
ILIAS\UI\Component\Item\Group
Common interface to item groups.
Definition:
Group.php:10
ILIAS\UI\Component\Item\Group\getActions
getActions()
Get the actions Dropdown of the group.
ILIAS\UI\Component\Item
Definition:
Factory.php:2
ILIAS\UI\Component\Item\Standard
Definition:
Standard.php:11
ILIAS\UI\Component\Item\Group\getItems
getItems()
Gets item of the group.
ILIAS\UI\Component\Item\Group\withActions
withActions(\ILIAS\UI\Component\Dropdown\Standard $dropdown)
Create a new appointment item with a set of actions to perform on it.
src
UI
Component
Item
Group.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)