- Type Parameters:
T - the type of the data table records
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface DirtyRecordProvider<T>
Implementations of this interface should return a dirty copy of a record from data table row to
be used for editable data tables, all changes applied to the dirty record will be reflected to
the original record if saved or will be reverted if the edit is canceled