PlutoGridActionDefaultTab class

This is the action in which the default action of the tab key is set.

If there is no currently focused cell, focus the first cell.

Move the focus to the previous or next cell with the shift key combination.

If PlutoGridConfiguration.tabKeyAction is moveToNextOnEdge , continue moving focus to the next or previous row when focus reaches the end.

Inheritance

Constructors

PlutoGridActionDefaultTab()
const

Properties

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