Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommitMode

Defines the commit mode options for commitMode.

Index

Enumeration members

Enumeration members

Immediate

Immediate:

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

Manual

Manual:

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

OnLostFocus

OnLostFocus:

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

Generated using TypeDoc