ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Additional Inherited Members | ||||
![]() | ||||
__construct (DataFactory $data_factory, \ILIAS\Refinery\Factory $refinery, \ilLanguage $lng, array $inputs, string $label, string $byline=null) | ||||
Group constructor. More... | ||||
withDisabled ($is_disabled) | ||||
Get an input like this, but set it to a disabled state. More... | ||||
withRequired ($is_required) | ||||
Get an input like this, but set the field to be required (or not). More... | ||||
withOnUpdate (Signal $signal) | ||||
Trigger a signal of another component on update. More... | ||||
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 () | ||||
Get update code.This method has to return JS code that calls il.UI.filter.onFieldUpdate(event, '$id', string_value);
| ||||
getContent () | ||||
![]() | ||||
getLabel () | ||||
Get the label of the input. More... | ||||
withLabel ($label) | ||||
Get an input like this, but with a replaced label. More... | ||||
getByline () | ||||
Get the byline of the input. More... | ||||
withByline ($byline) | ||||
Get an input like this, but with an additional/replaced label. More... | ||||
isRequired () | ||||
Is this field required? More... | ||||
isDisabled () | ||||
Is this input disabled? More... | ||||
getError () | ||||
The error of the input as used in HTML. More... | ||||
withError ($error) | ||||
Get an input like this one, with a different error. More... | ||||
withAdditionalTransformation (Transformation $trafo) | ||||
Apply a transformation to the content of the input. More... | ||||
![]() | ||||
getCanonicalName () | ||||
Get the canonical name of the component. More... | ||||
![]() | ||||
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... | ||||
![]() | ||||
appendOnUpdate (Signal $signal) | ||||
Get a component like this, triggering a signal of another component on update. More... | ||||
![]() | ||||
withResetTriggeredSignals () | ||||
Get a component like this but reset any triggered signals of other components. More... | ||||
getTriggeredSignals () | ||||
Get all triggered signals of this component. More... | ||||
![]() | ||||
isClientSideValueOk ($value) | ||||
getConstraintForRequirement () | ||||
![]() | ||||
$inputs = [] | ||||
$lng | ||||
Definition at line 16 of file SwitchableGroupInputTest.php.