@ApplicationScoped public class ContainerConfigParamsPresenter extends AbstractHasContentChangeHandlers implements PipelineParamsForm
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerConfigParamsPresenter.View |
changeHandlers| Constructor and Description |
|---|
ContainerConfigParamsPresenter(ContainerConfigParamsPresenter.View view,
ContainerConfigPopup containerConfigPopup,
javax.enterprise.event.Event<ContainerConfigParamsChangeEvent> configParamsChangeEvent,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
buildParams() |
void |
clear() |
org.jboss.errai.common.client.api.IsElement |
getView() |
String |
getWizardTitle() |
void |
init() |
void |
initialise()
Initialise the form with things that don't change between page visits.
|
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
protected void |
onAddContainer() |
protected void |
onDeleteContainer(ContainerConfig containerConfig) |
void |
prepareView()
Prepare the page before it is displayed with things that can change
between page visits
|
addContentChangeHandler, fireChangeHandlers, removeContentChangeHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddContentChangeHandler@Inject public ContainerConfigParamsPresenter(ContainerConfigParamsPresenter.View view, ContainerConfigPopup containerConfigPopup, javax.enterprise.event.Event<ContainerConfigParamsChangeEvent> configParamsChangeEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
@PostConstruct public void init()
public org.jboss.errai.common.client.api.IsElement getView()
getView in interface PipelineParamsFormpublic Map<String,String> buildParams()
buildParams in interface PipelineParamsFormpublic void initialise()
PipelineParamsForminitialise in interface PipelineParamsFormpublic void prepareView()
PipelineParamsFormprepareView in interface PipelineParamsFormpublic void clear()
clear in interface PipelineParamsFormpublic void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete in interface PipelineParamsFormpublic String getWizardTitle()
getWizardTitle in interface PipelineParamsFormprotected void onAddContainer()
protected void onDeleteContainer(ContainerConfig containerConfig)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.