Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ValidationMode

Defines the validation mode options for validationMode.

Index

Enumeration members

Enumeration members

Immediate

Immediate:

When an editor's value is changed, the change is immediately validated.

Manual

Manual:

When an editor's value is changed, the change is committed only when the one of the validateAll or validateAndCommitAll methods method is called.

OnLostFocus

OnLostFocus:

When an editor's value is changed, the change is validated when the editor loses focus.

Generated using TypeDoc