|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for Group1:
Collaboration diagram for Group1:Additional Inherited Members | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Field\Group | |
| __construct (DataFactory $data_factory, \ILIAS\Refinery\Factory $refinery, \ilLanguage $lng, array $inputs, string $label, string $byline=null) | |
| Group constructor. More... | |
| withDisabled ($is_disabled) | |
| withRequired ($is_required) | |
| isRequired () | |
| withOnUpdate (Signal $signal) | |
| getValue () | |
| Get the value that is displayed in the input client side. More... | |
| withValue ($value) | |
| Get an input like this with another value displayed on the client side. More... | |
| getInputs () | |
| getUpdateOnLoadCode () | |
| getContent () | |
Public Member Functions inherited from ILIAS\UI\Component\Input\Field\Input | |
| getValue () | |
| Get the value that is displayed in the input client side. More... | |
| withValue ($value) | |
| Get an input like this with another value displayed on the client side. More... | |
| withAdditionalTransformation (Transformation $trafo) | |
| Apply a transformation to the content of the input. More... | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Field\Group | |
| isClientSideValueOk ($value) | |
| getConstraintForRequirement () | |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Input\Field\Group | |
| $inputs = [] | |
| $lng | |
Definition at line 16 of file SwitchableGroupInputTest.php.