@ApplicationScoped public class NewProviderWizard extends AbstractMultiPageWizard
notification, pages, translationService
Constructor and Description |
---|
NewProviderWizard(ProviderConfigurationPagePresenter providerConfigurationPage,
ClientProviderHandlerRegistry handlerRegistry,
PopupHelper popupHelper,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
org.jboss.errai.common.client.api.Caller<ProviderService> providerService,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification,
javax.enterprise.event.Event<ProviderTypeSelectedEvent> providerTypeSelectedEvent) |
Modifier and Type | Method and Description |
---|---|
void |
complete() |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
String |
getTitle() |
void |
init() |
void |
start(ProviderType providerType) |
getPages, getPageWidget, isComplete
@Inject public NewProviderWizard(ProviderConfigurationPagePresenter providerConfigurationPage, ClientProviderHandlerRegistry handlerRegistry, PopupHelper popupHelper, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.jboss.errai.common.client.api.Caller<ProviderService> providerService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, javax.enterprise.event.Event<ProviderTypeSelectedEvent> providerTypeSelectedEvent)
@PostConstruct public void init()
public void start(ProviderType providerType)
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.