Class OnFragmentEventLoadTrigger
java.lang.Object
io.jmix.flowui.facet.dataloadcoordinator.AbstractOnEventLoadTrigger
io.jmix.flowui.facet.dataloadcoordinator.OnFragmentEventLoadTrigger
- All Implemented Interfaces:
DataLoadCoordinator.Trigger
Implementation of the
DataLoadCoordinator.Trigger interface. It registers an event listener on a
specified Fragment's event and invokes the associated DataLoader when the event occurs,
triggering data loading operations.-
Field Summary
Fields inherited from class io.jmix.flowui.facet.dataloadcoordinator.AbstractOnEventLoadTrigger
loader -
Constructor Summary
ConstructorsConstructorDescriptionOnFragmentEventLoadTrigger(Fragment<?> fragment, ReflectionCacheManager reflectionCacheManager, DataLoader loader, Class<?> eventClass) -
Method Summary
Methods inherited from class io.jmix.flowui.facet.dataloadcoordinator.AbstractOnEventLoadTrigger
getLoader, initTrigger, load
-
Constructor Details
-
OnFragmentEventLoadTrigger
public OnFragmentEventLoadTrigger(Fragment<?> fragment, ReflectionCacheManager reflectionCacheManager, DataLoader loader, Class<?> eventClass)
-