Class BufferedContainerValueSource<E,V>

java.lang.Object
io.jmix.flowui.data.value.ContainerValueSource<E,V>
io.jmix.flowui.data.value.BufferedContainerValueSource<E,V>
Type Parameters:
E - the type of the entity in the container
V - the type of the property value
All Implemented Interfaces:
BufferedDataUnit, DataUnit, EntityDataUnit, EntityValueSource<E,V>, HasType<V>, ValueSource<V>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BufferedContainerValueSource<E,V> extends ContainerValueSource<E,V> implements BufferedDataUnit
Represents a value source that provides buffering capabilities for reading and writing property values.

This class is useful in scenarios where the property value changes need to be decoupled from the underlying data source, allowing intermediate updates to be managed before committing the changes.