Class: CSelectEditor

CSelectEditor()

Select editor class.

Constructor

new CSelectEditor()

Parameters:
Name Type Description
this.props.column Object Table column.
Properties
Name Type Description
name string Column name
editor_default * Editor default value
options Array.<Object> List of options {name:, value:}
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: