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