TrinaGridEnterKeyAction enum
Behavior of the Enter key when a cell is selected.
Values
- editingAndMoveDown → const TrinaGridEnterKeyAction
-
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 TrinaGridEnterKeyAction
-
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 TrinaGridEnterKeyAction
-
Pressing the Enter key toggles the editing status.
- none → const TrinaGridEnterKeyAction
-
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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<
TrinaGridEnterKeyAction> - A constant List of the values in this enum, in order of their declaration.