PlutoGridOnChangedEvent class

Event called when the value of PlutoCell is changed.

Notice. columnIdx, rowIdx are the values in the current screen state. Values in their current state, not actual data values with filtering, sorting, or pagination applied. This value is from PlutoGridStateManager.columns and PlutoGridStateManager.rows.

All data is in PlutoGridStateManager.refColumns.originalList PlutoGridStateManager.refRows.originalList

Constructors

PlutoGridOnChangedEvent({required int columnIdx, required PlutoColumn column, required int rowIdx, required PlutoRow row, dynamic value, dynamic oldValue})
const

Properties

column PlutoColumn
final
columnIdx int
final
hashCode int
The hash code for this object.
no setterinherited
oldValue → dynamic
final
row PlutoRow
final
rowIdx int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
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