setter property

Setter<TType, TValue> setter
final

Function called when the value of the cell changes, and must update the underlying TType, returning true if it could be updated, otherwise, false.

Implementation

final Setter<TType, TValue> setter;