enterKeyAction property

PlutoGridEnterKeyAction enterKeyAction
final

PlutoEnterKeyAction.EditingAndMoveDown It switches to the editing state, and moves down in the editing state.

PlutoEnterKeyAction.EditingAndMoveRight It switches to the editing state, and moves to the right in the editing state.

PlutoEnterKeyAction.ToggleEditing The editing state is toggled and cells are not moved.

PlutoEnterKeyAction.None There is no action.

Implementation

final PlutoGridEnterKeyAction enterKeyAction;