|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for Group2:
Collaboration diagram for Group2: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) | |
| withDisabled (bool $is_disabled) | |
| Get an input like this, but set it to a disabled state. More... | |
| withRequired (bool $is_required, ?Constraint $requirement_constraint=null) | |
| Get an input like this, but set the field to be required (or not). More... | |
| isRequired () | |
| Is this field required? More... | |
| withOnUpdate (Signal $signal) | |
| Trigger a signal of another component on update. More... | |
| getUpdateOnLoadCode () | |
Get update code.This method has to return JS code that calls il.UI.filter.onFieldUpdate(event, '$id', string_value);
| |
| getContent () | |
| Get the current content of the input. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Input\Container\Form\FormInput | |
| getLabel () | |
| Get the label of the input. More... | |
| withLabel (string $label) | |
| Get an input like this, but with a replaced label. More... | |
| getByline () | |
| Get the byline of the input. More... | |
| withByline (string $byline) | |
| Get an input like this, but with an additional/replaced label. More... | |
| isRequired () | |
| Is this field required? More... | |
| withRequired (bool $is_required, ?Constraint $requirement_constraint=null) | |
| Get an input like this, but set the field to be required (or not). More... | |
| isDisabled () | |
| Is this input disabled? More... | |
| withDisabled (bool $is_disabled) | |
| Get an input like this, but set it to a disabled state. More... | |
| getUpdateOnLoadCode () | |
| Get update code. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Input\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... | |
| withDedicatedName (string $dedicated_name) | |
| Sets an optional dedicated name for this input which is used in the NAME attribute of the rendered input (instead of the auto-generated 'input_x'). More... | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
Public Member Functions inherited from ILIAS\UI\Component\JavaScriptBindable | |
| withOnLoadCode (Closure $binder) | |
| withAdditionalOnLoadCode (Closure $binder) | |
| Add some onload-code to the component instead of replacing the existing one. More... | |
| getOnLoadCode () | |
| Get the currently bound on load code. More... | |
Public Member Functions inherited from ILIAS\UI\Component\OnUpdateable | |
| withOnUpdate (Signal $signal) | |
| Trigger a signal of another component on update. More... | |
| appendOnUpdate (Signal $signal) | |
| Get a component like this, triggering a signal of another component on update. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Triggerer | |
| withResetTriggeredSignals () | |
| Get a component like this but reset any triggered signals of other components. More... | |
| getTriggeredSignals () | |
| Get all triggered signals of this component. More... | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\InputInternal | |
| withNameFrom (NameSource $source) | |
| Get an input like this one, with a different name. More... | |
| getName () | |
| The name of the input as used in HTML. More... | |
| withInput (InputData $input) | |
| Get an input like this with input from post data. More... | |
| getContent () | |
| Get the current content of the input. More... | |
| withError (string $error) | |
| Get an input like this one, with a different error. More... | |
| getError () | |
| The error of the input as used in HTML. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Input\Group | |
| getInputs () | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Field\Group | |
| getConstraintForRequirement () | |
| setError (string $error) | |
| @inheritDoc More... | |
| getLanguage () | |
| getDataFactory () | |
| isClientSideValueOk ($value) | |
| ATTENTION: More... | |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Input\Field\Group | |
| ilLanguage | $lng |
Definition at line 39 of file SwitchableGroupInputTest.php.