PlutoGridOnRowCheckedEvent class abstract

Argument of PlutoGrid.onRowChecked callback to receive row checkbox event.

runtimeType is PlutoGridOnRowCheckedAllEvent if isAll is true. When isAll is true, it means the entire check button event of the column.

runtimeType is PlutoGridOnRowCheckedOneEvent if isRow is true. If isRow is true, it means the check button event of a specific row.

Implementers

Constructors

PlutoGridOnRowCheckedEvent({PlutoRow? row, int? rowIdx, bool? isChecked})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isAll bool
no setter
isChecked bool?
final
isRow bool
no setter
row PlutoRow?
final
rowIdx int?
final
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.
override

Operators

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