Class DataSetsWizardPage

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

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

      • DataSetsWizardPage

        public DataSetsWizardPage()
    • 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
      • setDataSets

        public void setDataSets​(List<org.dashbuilder.dataset.def.DataSetDef> datasetDefinitions)
      • getSelectedDataSetDefs

        public List<org.dashbuilder.dataset.def.DataSetDef> getSelectedDataSetDefs()