Class: CLineEditor

CLineEditor()

Line editor class.

Constructor

new CLineEditor()

Parameters:
Name Type Description
this.props.column Object Table column.
Properties
Name Type Description
name string Column name
editor_default * Editor default value
editor_placeholder string Editor placeholder
editor_validate string Validate regex
this.props.row Object Row to edit, null if add, first if batch.
this.props.add bool Is adding.
this.props.batch bool Is batch editing.
this.props.onEditorChanges CTable#OnEditorChanges Editor changes callback.
Source:

Methods

onNullClicked()

Request to set value to Default
Source:
Listens to Events:

onOtherEditorChanged()

Notifiaction for changes in some editor.
Source:
Listens to Events:

onResetClicked()

Request to set value to NULL.
Source:
Listens to Events:

onUndoClicked()

Request to set value to value at start editing.
Source:
Listens to Events: