Class AbstractWindowBuilderProcessor

java.lang.Object
io.jmix.flowui.screen.builder.AbstractWindowBuilderProcessor
Direct Known Subclasses:
EditorWindowBuilderProcessor, LookupWindowBuilderProcessor, WindowBuilderProcessor

public abstract class AbstractWindowBuilderProcessor extends Object
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • screens

      protected Screens screens
    • screenRegistry

      protected ScreenRegistry screenRegistry
  • Constructor Details

    • AbstractWindowBuilderProcessor

      public AbstractWindowBuilderProcessor(org.springframework.context.ApplicationContext applicationContext, Screens screens, ScreenRegistry screenRegistry)
  • Method Details