Abstract
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
Abstract
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.
Private
_onPrivate
_onPrivate
_onPrivate
_unbindProtected
bindProtected
commitCommit the edited value.
Cursor move direction based on keys pressed to end the edit.
true on valid input, false otherwise.
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
Abstract
getHandle the DOM events for the editor.
The DOM event sent to the editor.
Protected
setProtected
startProtected
updateProtected
validate
Abstract base class with shared functionality for cell editors which use HTML Input widget as editor.