Construct a new cell editor.
Protected cellCell configuration data for the cell being edited.
Protected editorThe div element used to contain and position editor widget.
Protected inputProtected inputA signal emitted when input changes.
Protected inputProtected 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.
Protected bindProtected 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.
Protected createProtected deserializeStart 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 integer cells.