@ApplicationScoped public class EnableProviderTypeWizard extends AbstractMultiPageWizard
notification, pages, translationService
Constructor and Description |
---|
EnableProviderTypeWizard(EnableProviderTypePagePresenter enableProviderTypePage,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification,
javax.enterprise.event.Event<ProviderTypeListRefreshEvent> providerTypeListRefreshEvent) |
Modifier and Type | Method and Description |
---|---|
void |
complete() |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
String |
getTitle() |
protected void |
init() |
void |
start(List<org.uberfire.commons.data.Pair<ProviderType,ProviderTypeStatus>> providerTypeStatus) |
getPages, getPageWidget, isComplete
@Inject public EnableProviderTypeWizard(EnableProviderTypePagePresenter enableProviderTypePage, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, javax.enterprise.event.Event<ProviderTypeListRefreshEvent> providerTypeListRefreshEvent)
@PostConstruct protected void init()
public void start(List<org.uberfire.commons.data.Pair<ProviderType,ProviderTypeStatus>> providerTypeStatus)
public String getTitle()
public int getPreferredHeight()
public int getPreferredWidth()
public void complete()
complete
in interface org.uberfire.ext.widgets.core.client.wizards.Wizard
complete
in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.