@Dependent
public class NewDriverDefWizard
extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
| Constructor and Description |
|---|
NewDriverDefWizard(DriverDefPage driverDefPage,
org.jboss.errai.common.client.api.Caller<DriverDefEditorService> driverDefService,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
PopupsUtil popupsUtil,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> |
getPages() |
com.google.gwt.user.client.ui.Widget |
getPageWidget(int pageNumber) |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
String |
getTitle() |
void |
init() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
setGlobal() |
void |
setModule(org.guvnor.common.services.project.model.Module module) |
void |
start() |
@Inject public NewDriverDefWizard(DriverDefPage driverDefPage, org.jboss.errai.common.client.api.Caller<DriverDefEditorService> driverDefService, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupsUtil popupsUtil, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
@PostConstruct public void init()
public void start()
start in interface org.uberfire.ext.widgets.core.client.wizards.Wizardstart in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
public com.google.gwt.user.client.ui.Widget getPageWidget(int pageNumber)
public String getTitle()
public int getPreferredHeight()
public int getPreferredWidth()
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
public void complete()
complete in interface org.uberfire.ext.widgets.core.client.wizards.Wizardcomplete in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void setModule(org.guvnor.common.services.project.model.Module module)
public void setGlobal()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.