@ApplicationScoped public class NewDeployWizard extends AbstractMultiPageWizard
| Modifier and Type | Field and Description |
|---|---|
static String |
RUNTIME_NAME |
notification, pages, translationService| Constructor and Description |
|---|
NewDeployWizard(SelectPipelinePagePresenter selectPipelinePage,
org.jboss.errai.ioc.client.api.ManagedInstance<PipelineParamsPagePresenter> pipelineParamsPageInstance,
javax.enterprise.inject.Instance<PipelineDescriptor> pipelineDescriptorInstance,
PopupHelper popupHelper,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification,
javax.enterprise.event.Event<RefreshRuntimeEvent> refreshRuntimeEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
protected void |
destroyPipelineParamPages(List<PipelineParamsPagePresenter> paramsPages) |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
String |
getTitle() |
void |
init() |
protected PipelineParamsPagePresenter |
newPipelineParamsPage() |
protected PipelineParamsPagePresenter |
newPipelineParamsPage(PipelineParamsForm paramsForm) |
void |
onStatusChange(org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent event) |
void |
start(Provider provider,
Collection<PipelineKey> pipelines) |
getPages, getPageWidget, isCompletepublic static final String RUNTIME_NAME
@Inject public NewDeployWizard(SelectPipelinePagePresenter selectPipelinePage, org.jboss.errai.ioc.client.api.ManagedInstance<PipelineParamsPagePresenter> pipelineParamsPageInstance, @Any javax.enterprise.inject.Instance<PipelineDescriptor> pipelineDescriptorInstance, PopupHelper popupHelper, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, javax.enterprise.event.Event<RefreshRuntimeEvent> refreshRuntimeEvent)
@PostConstruct public void init()
public void start(Provider provider, Collection<PipelineKey> pipelines)
public String getTitle()
public int getPreferredHeight()
public int getPreferredWidth()
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 onStatusChange(@Observes
org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent event)
onStatusChange in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardprotected PipelineParamsPagePresenter newPipelineParamsPage()
protected PipelineParamsPagePresenter newPipelineParamsPage(PipelineParamsForm paramsForm)
protected void destroyPipelineParamPages(List<PipelineParamsPagePresenter> paramsPages)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.