Declared in TKDataForm.h

TKDataFormCommitMode

@enum TKDataFormCommitMode

An enum that defines the commit modes for TKDataForm.

Definition

typedef NS_ENUM(int, TKDataFormCommitMode ) {
   TKDataFormCommitModeImmediate,
   TKDataFormCommitModeOnLostFocus,
   TKDataFormCommitModeManual,
};

Constants

TKDataFormCommitModeImmediate
 The property value will be commited on every change happening in the editor. The property will first be validated.

Declared In TKDataForm.h.

TKDataFormCommitModeOnLostFocus
 The property will be commited when the focus changes to another editor.
 If validation mode is delayed, the property will still be validated before commit.

Declared In TKDataForm.h.

TKDataFormCommitModeManual
 The entered data will be commited when the TKDataForm's commit method is called explicitly.

Declared In TKDataForm.h.

Declared In

TKDataForm.h