ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
SelectForTest Class Reference
+ Inheritance diagram for SelectForTest:
+ Collaboration diagram for SelectForTest:

Public Member Functions

 _isClientSideValueOk ($value)
 
- Public Member Functions inherited from ILIAS\UI\Component\Input\Field\Select
 getOptions ()
 
- Public Member Functions inherited from ILIAS\UI\Component\Input\Field\FilterInput
 isComplex ()
 Is this input complex and must be rendered in a Popover when using it in a Filter? More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Input\Field\FormInput
 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...
 
 withRequired ($is_required)
 Get an input like this, but set the field to be required (or not). More...
 
 isDisabled ()
 Is this input disabled? More...
 
 withDisabled ($is_disabled)
 Get an input like this, but set it to a disabled state. 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...
 
 getUpdateOnLoadCode ()
 Get update code. 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\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...
 
- 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...
 

Detailed Description

Definition at line 11 of file SelectTest.php.

Member Function Documentation

◆ _isClientSideValueOk()

SelectForTest::_isClientSideValueOk (   $value)

Definition at line 13 of file SelectTest.php.

References ILIAS\UI\Implementation\Component\Input\Field\isClientSideValueOk().

14  {
15  return $this->isClientSideValueOk($value);
16  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: