ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
Public Member Functions | |
_isClientSideValueOk ($value) | |
![]() | |
__construct (DataFactory $data_factory, \ILIAS\Refinery\Factory $refinery, string $label, array $options, ?string $byline) | |
getOptions () | |
getUpdateOnLoadCode () | |
isComplex () | |
![]() | |
__construct (DataFactory $data_factory, Refinery $refinery, protected string $label, protected ?string $byline=null,) | |
withInput (InputData $input) | |
getLabel () | |
withLabel (string $label) | |
getByline () | |
withByline (string $byline) | |
isRequired () | |
withRequired (bool $is_required, ?Constraint $requirement_constraint=null) | |
isDisabled () | |
withDisabled (bool $is_disabled) | |
withOnUpdate (Signal $signal) | |
appendOnUpdate (Signal $signal) | |
![]() | |
__construct (protected DataFactory $data_factory, protected Refinery $refinery,) | |
Input constructor. 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... | |
getError () | |
The error of the input as used in HTML. More... | |
withError (string $error) | |
Get an input like this one, with a different error. More... | |
withAdditionalTransformation (Transformation $trafo) | |
Apply a transformation to the current or future content. More... | |
getDedicatedName () | |
withDedicatedName (string $dedicated_name) | |
getName () | |
withNameFrom (NameSource $source, ?string $parent_name=null) | |
withInput (InputData $input) | |
Collects the input, applies trafos on the input and returns a new input reflecting the data that was put in. More... | |
getContent () | |
![]() | |
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... | |
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... | |
Additional Inherited Members | |
![]() | |
isClientSideValueOk ($value) | |
getConstraintForRequirement () | |
![]() | |
getConstraintForRequirement () | |
This may return a constraint that will be checked first if the field is required. More... | |
applyOperationsTo ($res) | |
getOperations () | |
![]() | |
isClientSideValueOk ($value) | |
Check if the value is good to be displayed client side. More... | |
setAdditionalTransformation (Transformation $trafo) | |
Apply a transformation to the current or future content. More... | |
applyOperationsTo ($res) | |
Applies the operations in this instance to the value. More... | |
getOperations () | |
Get the operations that should be performed on the input. More... | |
![]() | |
array | $options |
string | $label |
$value | |
![]() | |
bool | $is_disabled = false |
bool | $is_required = false |
Constraint | $requirement_constraint = null |
![]() | |
$value = null | |
string | $error = null |
This is an error on the input as displayed client side. More... | |
string | $dedicated_name = null |
Result | $content = null |
This is the current content of the input in the abstraction. More... | |
array | $operations = [] |
Definition at line 30 of file SelectInputTest.php.
SelectForTest::_isClientSideValueOk | ( | $value | ) |
Definition at line 32 of file SelectInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$value, and ILIAS\UI\Implementation\Component\Input\Field\Select\isClientSideValueOk().