Skip to content

CheckboxEditor

Members

EDITOR_TYPE

Source code

CheckboxEditor.EDITOR_TYPE

Returns the unique editor type identifier for the checkbox editor.

Methods

beginEditing

Source code

checkboxEditor.beginEditing()

Handles the mouseup event on the cell TD element to trigger a checkbox click via a double-click interaction.

close

Source code

checkboxEditor.close()

No-op override — the checkbox editor has no visible editing element to close.

finishEditing

Source code

checkboxEditor.finishEditing()

No-op override — the checkbox editor does not perform a finish step.

focus

Source code

checkboxEditor.focus()

No-op override — the checkbox editor delegates focus to the native checkbox element.

getValue

Source code

checkboxEditor.getValue()

Returns undefined because checkbox state is written directly to the cell; no separate value is held.

init

Source code

checkboxEditor.init()

No-op override — the checkbox editor requires no DOM initialization.

open

Source code

checkboxEditor.open()

No-op override — the checkbox editor has no visible editing element to open.

setValue

Source code

checkboxEditor.setValue()

No-op override — the checkbox editor writes its value directly via DOM events.