Class ViewClickNotifierDependencyInjector

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

@Order(950) @Component("flowui_ViewClickNotifierDependencyInjector") public class ViewClickNotifierDependencyInjector 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

    • ViewClickNotifierDependencyInjector

      public ViewClickNotifierDependencyInjector(ReflectionCacheManager reflectionCacheManager)
  • Method Details