ValidateRunCriteria

Criteria that determines whether to run schema-internal validations and/or external validations when calling FormValidator.validate.

The default criteria is ExternalIfInternalValid.

Entries

Link copied to clipboard

Schema-internal validations always run; external validations only run if no errors where found when running the internal validations.

Link copied to clipboard

Only the schema-internal validations are run. External validations do not run.

Link copied to clipboard

Only the external validations are run. Schema-internal validations do not run.

Link copied to clipboard

Both schema-internal and external validations always run. External validations run even if errors are found in internal validations.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.