Class SaveStepFragment

All Implemented Interfaces:
FrameOwner

@UiController("report_SaveStep.fragment") @UiDescriptor("save-step-fragment.xml") public class SaveStepFragment extends StepFragment
  • Field Details

    • uiProperties

      @Autowired protected UiProperties uiProperties
    • coreProperties

      @Autowired protected CoreProperties coreProperties
    • notifications

      @Autowired protected Notifications notifications
    • dialogs

      @Autowired protected Dialogs dialogs
    • fragments

      @Autowired protected Fragments fragments
    • downloader

      @Autowired protected Downloader downloader
    • reportWizardService

      @Autowired protected ReportsWizard reportWizardService
    • outputFileFormat

      @Autowired protected ComboBox<ReportOutputType> outputFileFormat
    • outputFileName

      @Autowired protected TextField<String> outputFileName
    • downloadTemplateFile

      @Autowired protected Button downloadTemplateFile
    • outputFormatTools

      @Autowired protected OutputFormatTools outputFormatTools
    • chartPreviewBox

      @Autowired protected VBoxLayout chartPreviewBox
    • diagramType

      @Autowired protected ComboBox<ChartType> diagramType
    • randomChartDataGenerator

      @Autowired protected RandomChartDataGenerator randomChartDataGenerator
  • Constructor Details

    • SaveStepFragment

      public SaveStepFragment()
  • Method Details