Package io.jmix.ui.sys
Interface ControllerDependencyInjector
- All Known Implementing Classes:
BpmControllerDependencyInjector
public interface ControllerDependencyInjector
Implementations of the interface are used for wiring of fields/setters to the screen controllers. It defines
additional dependency injectors to the base
UiControllerDependencyInjector
.- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Class describes injection context that contains screen controller and options. -
Method Summary
Modifier and TypeMethodDescriptionvoid
inject
(ControllerDependencyInjector.InjectionContext injectionContext) The method is invoked when the screen instance is created.
-
Method Details
-
inject
The method is invoked when the screen instance is created.- Parameters:
injectionContext
- injection context
-