Overview
Provides default keyboard processing for all Grid editors. The ENTER key accepts the editing operation and invokes onNextCell. The ESCAPE key rejects the editing operation. The UP and DOWN arrow keys accept the editing operation and invoke onPreviousRow and onNextRow respectively. The LEFT and RIGHT arrow keys accept the editing operation and invoke onPreviousCell and onNextCell respectively.
Inherited Variables
mindfusion.controls.InlineEditorBehavior
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
protected | editor | InlineEditor | subclass | subclass | subclass |
The associated InlineEditor object. |
Inherited Functions
mindfusion.controls.InlineEditorBehavior
- protected abstract processKeyEvent(e: KeyEvent) : Void