@ApplicationScoped public class ExportSummaryWizardPage extends Object implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSummaryWizardPage.View |
| Constructor and Description |
|---|
ExportSummaryWizardPage() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
getTitle() |
void |
goToDataSetsPage() |
void |
goToPagesPage() |
void |
init() |
void |
initialise() |
void |
isComplete(Callback<Boolean> callback) |
void |
openExport() |
void |
prepareView() |
void |
setDownloadCallback(ParameterizedCommand<DataTransferExportModel> dataTransferExportModelCallback) |
void |
setExportInfo(ExportInfo exportInfo) |
void |
setExportSummary(Supplier<DataTransferExportModel> exportModelSupplier) |
void |
setGoToDataSetsCommand(Command goToDatasets) |
void |
setGoToPagesCommand(Command goToPages) |
void |
setOpenCallback(ParameterizedCommand<DataTransferExportModel> dataTransferOpenModelCallback) |
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic String getTitle()
getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void isComplete(Callback<Boolean> callback)
isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void initialise()
initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void prepareView()
prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void setGoToDataSetsCommand(Command goToDatasets)
public void setGoToPagesCommand(Command goToPages)
public void setExportSummary(Supplier<DataTransferExportModel> exportModelSupplier)
public void setDownloadCallback(ParameterizedCommand<DataTransferExportModel> dataTransferExportModelCallback)
public void setOpenCallback(ParameterizedCommand<DataTransferExportModel> dataTransferOpenModelCallback)
public void openExport()
public void goToDataSetsPage()
public void goToPagesPage()
public void setExportInfo(ExportInfo exportInfo)
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.