PlutoGridOnSelectedEvent class

This is the argument value of the PlutoGrid.onSelected callback that is called when the PlutoGrid.mode value is in select mode.

If row, rowIdx, cell is PlutoGridMode.select or PlutoGridMode.selectWithOneTap, Information of the row selected with the tab or enter key. If the Escape key is pressed, these values are null.

selectedRows is valid only in case of PlutoGridMode.multiSelect. If rows are selected by tab or keyboard, the selected rows are included. If the Escape key is pressed, this value is null.

Constructors

PlutoGridOnSelectedEvent({PlutoRow? row, int? rowIdx, PlutoCell? cell, List<PlutoRow>? selectedRows})
const

Properties

cell PlutoCell?
final
hashCode int
The hash code for this object.
no setterinherited
row PlutoRow?
final
rowIdx int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedRows List<PlutoRow>?
final

Methods

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

Operators

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