PlutoGridActionMoveCellFocus class

Move the current cell focus in the direction direction.

If the current cell is not selected, focus the first cell.

If PlutoGridConfiguration.enableMoveHorizontalInEditing is true, Moves to the previous or next cell when the text cursor reaches the left or right edge while the cell is in edit state.

Inheritance

Constructors

PlutoGridActionMoveCellFocus(PlutoMoveDirection direction)
const

Properties

direction PlutoMoveDirection
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute({required PlutoKeyManagerEvent keyEvent, required PlutoGridStateManager stateManager}) → void
Implement actions to be mapped to shortcut keys.
override
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