Class ExportSummaryWizardPage

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget, org.uberfire.ext.widgets.core.client.wizards.WizardPage

    @ApplicationScoped
    public class ExportSummaryWizardPage
    extends Object
    implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
    • Constructor Detail

      • ExportSummaryWizardPage

        public ExportSummaryWizardPage()
    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • getTitle

        public String getTitle()
        Specified by:
        getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • isComplete

        public void isComplete​(org.uberfire.client.callbacks.Callback<Boolean> callback)
        Specified by:
        isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • initialise

        public void initialise()
        Specified by:
        initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • prepareView

        public void prepareView()
        Specified by:
        prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • setGoToDataSetsCommand

        public void setGoToDataSetsCommand​(org.uberfire.mvp.Command goToDatasets)
      • setGoToPagesCommand

        public void setGoToPagesCommand​(org.uberfire.mvp.Command goToPages)
      • setExportSummary

        public void setExportSummary​(Supplier<org.dashbuilder.transfer.DataTransferExportModel> exportModelSupplier)
      • setDownloadCallback

        public void setDownloadCallback​(org.uberfire.mvp.ParameterizedCommand<org.dashbuilder.transfer.DataTransferExportModel> dataTransferExportModelCallback)
      • setOpenCallback

        public void setOpenCallback​(org.uberfire.mvp.ParameterizedCommand<org.dashbuilder.transfer.DataTransferExportModel> dataTransferOpenModelCallback)
      • openExport

        public void openExport()
      • goToDataSetsPage

        public void goToDataSetsPage()
      • goToPagesPage

        public void goToPagesPage()
      • setExportInfo

        public void setExportInfo​(org.dashbuilder.transfer.ExportInfo exportInfo)