Package io.jmix.flowui.sys
Interface ControllerDependencyInjector
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classClass describes injection context that contains view controller and options. -
Method Summary
Modifier and TypeMethodDescriptionvoidinject(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
-