Class FragmentClickNotifierDependencyInjector

java.lang.Object
io.jmix.flowui.sys.autowire.AbstractClickNotifierDependencyInjector
io.jmix.flowui.sys.autowire.FragmentClickNotifierDependencyInjector
All Implemented Interfaces:
DependencyInjector

@Order(900) @Component("flowui_FragmentClickNotifierDependencyInjector") public class FragmentClickNotifierDependencyInjector extends AbstractClickNotifierDependencyInjector
A special injector that autowired click listener methods that are annotated by the Subscribe annotation. That clicks can be default, double or single. Methods for adding listeners have the same signature, which in the injection mechanism is perceived as the same method.
See Also:
  • ClickNotifier
  • Constructor Details

    • FragmentClickNotifierDependencyInjector

      public FragmentClickNotifierDependencyInjector(ReflectionCacheManager reflectionCacheManager)
  • Method Details