JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
protectededitorInlineEditorsubclasssubclasssubclass

The associated InlineEditor object.

Inherited Functions

mindfusion.controls.InlineEditorBehavior

protected abstract processKeyEvent(e: KeyEvent) : Void

Processes the specified keyboard event.

Processes the specified keyboard event.

Parameters
e
An object supplying the keyboard event data.