Class OnContainerItemChangedLoadTrigger

java.lang.Object
io.jmix.flowui.facet.dataloadcoordinator.OnContainerItemChangedLoadTrigger
All Implemented Interfaces:
DataLoadCoordinator.Trigger

public class OnContainerItemChangedLoadTrigger extends Object implements DataLoadCoordinator.Trigger
This class implements a load trigger for a DataLoadCoordinator. It is responsible for triggering data loading into an associated DataLoader whenever the item in a bound InstanceContainer changes.

The class listens to InstanceContainer.ItemChangeEvent events from the attached container and ensures that the corresponding DataLoader reloads data by updating the specified parameter with the current item from the container.