Class LayoutAnalyzerScreen

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.app.core.dev.LayoutAnalyzerScreen
All Implemented Interfaces:
FrameOwner

@DialogMode(resizable=true, width="600", height="400") @UiController("ui_LayoutAnalyzerScreen") @UiDescriptor("layout-analyzer.xml") public class LayoutAnalyzerScreen extends Screen
  • Field Details

    • analyzeResultBox

      @Autowired protected TextArea<String> analyzeResultBox
  • Constructor Details

    • LayoutAnalyzerScreen

      public LayoutAnalyzerScreen()
  • Method Details