Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For other field types, that do not receive data from the user (Rich-text, Separator, Action (button), Image, etc.) `model` refers to the model of the containing Field group.

Name Type

Return type

Description

`value`

any

field value

`isEnabled()`

boolean

value of the Enabled condition

`isReadOnly()`

boolean

value of the Read-only condition

`isVisible()`

boolean

value of the Visibility condition

(if `isEnabled()` returns `false`, `isVisible` is also `false`)

`receiveViewValue(value)`

void

`value` - a value received from the user input

`validityState`

ValueRulesFulfillmentStatus<TValue>

state of all validations (rules) attached to the field

`parent`

ValueModel

reference to a parent model. For the root model `parent` is `null`.