3declare(strict_types=1);
A component is the most general form of an entity in the UI.
Interface to be extended by components that have the possibility to bind to Javascript.
This describes a Sortation Control.
withOnSort(Signal $signal)
Get a component like this, triggering a signal of another component.
getTargetURL()
Get the url this instance should trigger.
getParameterName()
Get the identifier of this instance.
withLabel(string $label)
Set the initial, non-functional entry.
withTargetURL(string $url, string $parameter_name)
Get a Sortation with this target-url.
getSelectSignal()
Get the Signal for the selection of a option.
getOptions()
Get the sorting-options.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.