|
| isClientSideValueOk ($value) |
|
| getUpdateOnLoadCode () |
|
| __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...
|
|
Definition at line 32 of file InputTest.php.