Package io.jmix.flowui.sys.autowire
@NonNullApi
package io.jmix.flowui.sys.autowire
-
ClassDescriptionFactory to autowire fields/setters and additional dependencies to UI components using
DependencyInjector
Helper class for component dependencies autowiring.Implementations of the interface are used for wiring of fields/setters and additional dependency injectors to the UI components.DependencyInjector.AutowireContext<T extends com.vaadin.flow.component.Composite<?>>Base injection context interface.An injector that autowires view methods that are annotated by theEventListener
annotation.Class describes autowire context that is used to autowire dependencies inFragment
.A special injector that autowired click listener methods that are annotated by theSubscribe
annotation.An injector that autowires a fields and setters methods that are annotated by theViewComponent
annotation in theFragment
.An injection that autowired methods that are annotated by theInstall
annotation.An injector that autowires method that are annotated by theSubscribe
annotation.An injection that autowires methods that are annotated by theSupply
annotation.Loads and caches data for a fields and methods that are used for autowiring.An injector that autowiresSelectionListener
methods that are annotated by theSubscribe
annotation.Class describes autowire context that is used to autowire dependencies in view.A special injector that autowired click listener methods that are annotated by theSubscribe
annotation.An injector that autowires a fields and setters methods that are annotated by theViewComponent
annotation.An injection that autowired methods that are annotated by theInstall
annotation.An injector that autowires method that are annotated by theSubscribe
annotation.An injection that autowires methods that are annotated by theSupply
annotation.