Class NewDriverDefWizard
- java.lang.Object
-
- org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
- org.kie.workbench.common.screens.datasource.management.client.wizard.driver.NewDriverDefWizard
-
- All Implemented Interfaces:
org.uberfire.ext.widgets.core.client.wizards.Wizard
@Dependent public class NewDriverDefWizard extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
-
Constructor Summary
Constructors Constructor Description NewDriverDefWizard(DriverDefPage driverDefPage, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.datasource.management.service.DriverDefEditorService> driverDefService, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupsUtil popupsUtil, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete()List<org.uberfire.ext.widgets.core.client.wizards.WizardPage>getPages()com.google.gwt.user.client.ui.WidgetgetPageWidget(int pageNumber)intgetPreferredHeight()intgetPreferredWidth()StringgetTitle()voidinit()voidisComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)voidsetGlobal()voidsetModule(org.guvnor.common.services.project.model.Module module)voidstart()
-
-
-
Constructor Detail
-
NewDriverDefWizard
@Inject public NewDriverDefWizard(DriverDefPage driverDefPage, org.jboss.errai.common.client.api.Caller<org.kie.workbench.common.screens.datasource.management.service.DriverDefEditorService> driverDefService, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupsUtil popupsUtil, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
start
public void start()
- Specified by:
startin interfaceorg.uberfire.ext.widgets.core.client.wizards.Wizard- Overrides:
startin classorg.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:
completein interfaceorg.uberfire.ext.widgets.core.client.wizards.Wizard- Overrides:
completein classorg.uberfire.ext.widgets.core.client.wizards.AbstractWizard
-
setModule
public void setModule(org.guvnor.common.services.project.model.Module module)
-
setGlobal
public void setGlobal()
-
-