Constructor
new CLineEditor()
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
this.props.column |
Object | Table column.
Properties
|
|||||||||||||||
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: