PlutoGridEnterKeyAction enum

Behavior of the Enter key when a cell is selected.

Inheritance

Constructors

PlutoGridEnterKeyAction()
const

Values

editingAndMoveDown → const PlutoGridEnterKeyAction

When the Enter key is pressed, the cell is changed to the edit state, or if it is already in the edit state, it moves to the cell below.

editingAndMoveRight → const PlutoGridEnterKeyAction

When the Enter key is pressed, the cell is changed to the edit state, or if it is already in the edit state, it moves to the right cell.

toggleEditing → const PlutoGridEnterKeyAction

Pressing the Enter key toggles the editing status.

none → const PlutoGridEnterKeyAction

Pressing the Enter key does nothing.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isEditingAndMoveDown bool
no setter
isEditingAndMoveRight bool
no setter
isNone bool
no setter
isToggleEditing bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PlutoGridEnterKeyAction>
A constant List of the values in this enum, in order of their declaration.