ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
FieldSelection.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
3
/* Copyright (c) 2020 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Input\ViewControl
;
6
7
use
ILIAS\UI\Component\Input\ViewControl\ViewControl
as BaseControl;
8
12
interface
FieldSelection
extends
BaseControl
13
{
14
public
const
DEFAULT_DROPDOWN_LABEL
=
'selection'
;
15
public
const
DEFAULT_BUTTON_LABEL
=
'refresh'
;
16
17
public
function
getDropdownLabel
() : string;
18
public
function
getButtonLabel
() : string;
19
public
function
getInput
() : \
ILIAS
\
UI
\
Component
\
Input
\Field\
Input
;
20
24
public
function
getSubmissionTrigger
() : \
ILIAS
\
UI
\
Component
\
Signal
;
25
public
function
withResetSignals
() :
FieldSelection
;
26
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Component\Input\Field\Input
This describes commonalities between all inputs.
Definition:
Input.php:32
ILIAS\UI\Component\Input\ViewControl\FieldSelection
This describes a Field Selection View Control.
Definition:
FieldSelection.php:13
ILIAS\UI\Component\Input\ViewControl\FieldSelection\getInput
getInput()
ILIAS\UI\Component\Input\ViewControl\FieldSelection\getDropdownLabel
getDropdownLabel()
ILIAS\UI\Component\Input\ViewControl\FieldSelection\getSubmissionTrigger
getSubmissionTrigger()
This is an internal signal, used to submit the current choice.
ILIAS\UI\Component\Input\ViewControl\FieldSelection\DEFAULT_BUTTON_LABEL
const DEFAULT_BUTTON_LABEL
Definition:
FieldSelection.php:15
ILIAS\UI\Component\Input\ViewControl\FieldSelection\DEFAULT_DROPDOWN_LABEL
const DEFAULT_DROPDOWN_LABEL
Definition:
FieldSelection.php:14
ILIAS\UI\Component\Input\ViewControl\FieldSelection\withResetSignals
withResetSignals()
ILIAS\UI\Component\Input\ViewControl\FieldSelection\getButtonLabel
getButtonLabel()
ILIAS\UI\Component\Input\ViewControl\ViewControl
This describes the basis of all View Control Inputs.
Definition:
ViewControl.php:16
ILIAS\UI\Component\Signal
Definition:
Signal.php:14
ILIAS\UI\Component\Input\ViewControl
Definition:
Factory.php:5
ILIAS
Class ChatMainBarProvider \MainMenu\Provider.
UI
Class Factory.
src
UI
Component
Input
ViewControl
FieldSelection.php
Generated on Sat Oct 4 2025 21:01:14 for ILIAS by
1.9.4 (using
Doxyfile
)