OptionalparentElement: HTMLElementOptionalblurBlur event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The focus event that triggered the blur.
ReadonlycellThe cell to which the content belongs.
OptionalchangeChange event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The event that triggered the change.
Whether to finish the edit after a change.
ProtectedinputThe HTML input element representing the date input.
OptionalkeyKey down event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The keyboard event that triggered the key down.
Options of the renderer.
ReadonlyrendererThe renderer that allows to print content (inputs, selects, etc.)
Gets the raw value of the input element.
Gets the value of the input element.
Adds the input element to the parent element.
The parent element to add the input element to.
The input element.
ProtectedconvertConverts the cell value to a string for the input.
Destroys the content.
ProtectedgetGets the input type. Used to override the input type.
Gets the main element (input) of the content.
The input element.
Updates the input element.
Represents a time input type of cell content.