CheckboxEditor
Members
EDITOR_TYPE
CheckboxEditor.EDITOR_TYPE
Returns the unique editor type identifier for the checkbox editor.
Methods
beginEditing
checkboxEditor.beginEditing()
Handles the mouseup event on the cell TD element to trigger a checkbox click via a double-click interaction.
close
checkboxEditor.close()
No-op override — the checkbox editor has no visible editing element to close.
finishEditing
checkboxEditor.finishEditing()
No-op override — the checkbox editor does not perform a finish step.
focus
checkboxEditor.focus()
No-op override — the checkbox editor delegates focus to the native checkbox element.
getValue
checkboxEditor.getValue()
Returns undefined because checkbox state is written directly to the cell; no separate value is held.
init
checkboxEditor.init()
No-op override — the checkbox editor requires no DOM initialization.
open
checkboxEditor.open()
No-op override — the checkbox editor has no visible editing element to open.
setValue
checkboxEditor.setValue()
No-op override — the checkbox editor writes its value directly via DOM events.