@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 |
prepareView() |
void |
setAssets(DataTransferAssets assets) |
void |
setCallback(ParameterizedCommand<DataTransferExportModel> dataTransferExportModelCallback) |
void |
setExportSummary(Supplier<DataTransferExportModel> exportModelSupplier) |
void |
setGoToDataSetsCommand(Command goToDatasets) |
void |
setGoToPagesCommand(Command goToPages) |
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public String getTitle()
getTitle
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void isComplete(Callback<Boolean> callback)
isComplete
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void initialise()
initialise
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void prepareView()
prepareView
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void setGoToDataSetsCommand(Command goToDatasets)
public void setGoToPagesCommand(Command goToPages)
public void setExportSummary(Supplier<DataTransferExportModel> exportModelSupplier)
public void setCallback(ParameterizedCommand<DataTransferExportModel> dataTransferExportModelCallback)
public void goToDataSetsPage()
public void goToPagesPage()
public void setAssets(DataTransferAssets assets)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.