Construct a new cell editor.
Private _isPrivate _selectProtected cellCell configuration data for the cell being edited.
Protected editorThe div element used to contain and position editor widget.
Protected inputA signal emitted when input changes.
Protected Optional onCallback method to call on cell edit cancel.
Protected Optional onCallback method to call on cell edit commit.
Protected validatorCell input validator to use for the cell being edited.
Protected validityNotification popup used to show validation error messages.
Protected viewportThe div element used to prevent editor widget overflow beyond grid viewport.
Whether the cell editor is disposed.
Protected validWhether the value input is valid.
Private _bindPrivate _createPrivate _deserializePrivate _onPrivate _onProtected commitCommit the edited value.
true on valid input, false otherwise.
Cursor move direction based on keys pressed to end the edit.
Protected createCreate and return a cell input validator based on configuration of the cell being edited. If no suitable validator can be found, it returns undefined.
Start editing the cell.
The object holding cell configuration data.
Optional options: ICellEditOptionsThe cell editing options.
Protected getCompute cell rectangle and return with other cell properties.
Protected getProtected setProtected startProtected updateProtected validateGenerated using TypeDoc
Cell editor for option cells.
It supports multiple option selection. If cell metadata contains type attribute 'array', then it behaves as a multi select. In that case cell data is expected to be list of string values.