Class ControllerDependencyInjector.InjectionContext

java.lang.Object
io.jmix.flowui.sys.ControllerDependencyInjector.InjectionContext
Enclosing interface:
ControllerDependencyInjector

public static class ControllerDependencyInjector.InjectionContext extends Object
Class describes injection context that contains screen controller and options.
  • Field Details

    • screen

      protected final Screen screen
  • Constructor Details

    • InjectionContext

      public InjectionContext(Screen screen)
  • Method Details

    • getScreen

      public Screen getScreen()