Class OnComponentValueChangedLoadTrigger

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

public class OnComponentValueChangedLoadTrigger extends Object implements DataLoadCoordinator.Trigger
Implementation of the DataLoadCoordinator.Trigger interface that triggers data loading in a DataLoader when the value of a specified UI component changes. The component must implement the HasValue interface.

This trigger listens for ValueChangeEvent on the specified component and updates the data loader's parameter with the new value before initiating a data load. It can also handle LIKE clause formatting for string parameters based on the DataLoadCoordinator.LikeClause configuration.