ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Dropdown.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Dropdown
;
6
7
use
ILIAS\UI\Component\Clickable
;
8
use
ILIAS\UI\Component\Component
;
9
use
ILIAS\UI\Component\Hoverable
;
10
use
ILIAS\UI\Component\JavaScriptBindable
;
11
15
interface
Dropdown
extends
Component
,
JavaScriptBindable
,
Clickable
,
Hoverable
16
{
17
23
public
function
getItems
();
24
30
public
function
getLabel
();
31
38
public
function
withLabel
($label);
39
}
ILIAS\UI\Component\Hoverable
Definition:
Hoverable.php:11
Clickable
JavaScriptBindable
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:12
Component
ILIAS\UI\Component\Dropdown\Dropdown
This describes commonalities between all types of Dropdowns.
Definition:
Dropdown.php:15
ILIAS\UI\Component\Dropdown\Dropdown\getLabel
getLabel()
Get the label of the Dropdown.
ILIAS\UI\Component\Clickable
Definition:
Clickable.php:11
ILIAS\UI\Component\Dropdown\Dropdown\withLabel
withLabel($label)
Get a Dropdown like this, but with an additional/replaced label.
ILIAS\UI\Component\Dropdown
Definition:
Dropdown.php:5
Hoverable
ILIAS\UI\Component\Dropdown\Dropdown\getItems
getItems()
Get the items of the Dropdown.
src
UI
Component
Dropdown
Dropdown.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)