Class NewDataSourceDefWizard

  • All Implemented Interfaces:
    org.uberfire.ext.widgets.core.client.wizards.Wizard

    @Dependent
    public class NewDataSourceDefWizard
    extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
    • Field Summary

      • Fields inherited from class org.uberfire.ext.widgets.core.client.wizards.AbstractWizard

        isStarted, view
    • Constructor Summary

      Constructors 
      Constructor Description
      NewDataSourceDefWizard​(DataSourceDefPage dataSourceDefPage, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.datasource.management.service.DataSourceDefEditorService> dataSourceDefService, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupsUtil popupsUtil, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)  
    • Constructor Detail

      • NewDataSourceDefWizard

        @Inject
        public NewDataSourceDefWizard​(DataSourceDefPage dataSourceDefPage,
                                      org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.datasource.management.service.DataSourceDefEditorService> dataSourceDefService,
                                      org.jboss.errai.ui.client.local.spi.TranslationService translationService,
                                      PopupsUtil popupsUtil,
                                      javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.uberfire.ext.widgets.core.client.wizards.Wizard
        Overrides:
        start in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
      • getPages

        public List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
      • getPageWidget

        public com.google.gwt.user.client.ui.Widget getPageWidget​(int pageNumber)
      • getTitle

        public String getTitle()
      • getPreferredHeight

        public int getPreferredHeight()
      • getPreferredWidth

        public int getPreferredWidth()
      • isComplete

        public void isComplete​(org.uberfire.client.callbacks.Callback<Boolean> callback)
      • complete

        public void complete()
        Specified by:
        complete in interface org.uberfire.ext.widgets.core.client.wizards.Wizard
        Overrides:
        complete in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
      • setModule

        public void setModule​(org.guvnor.common.services.project.model.Module module)
      • setGlobal

        public void setGlobal()