TrinaGridValidationEvent class

Event triggered when cell validation fails

Constructors

TrinaGridValidationEvent.new({required TrinaColumn column, required TrinaRow row, required int rowIdx, required dynamic value, required dynamic oldValue, required String errorMessage})
const

Properties

column TrinaColumn
final
errorMessage String
final
hashCode int
The hash code for this object.
no setterinherited
oldValue → dynamic
final
row TrinaRow
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