@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, removeContentChangeHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addContentChangeHandler
@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 PipelineParamsForm
public Map<String,String> buildParams()
buildParams
in interface PipelineParamsForm
public void initialise()
PipelineParamsForm
initialise
in interface PipelineParamsForm
public void prepareView()
PipelineParamsForm
prepareView
in interface PipelineParamsForm
public void clear()
clear
in interface PipelineParamsForm
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete
in interface PipelineParamsForm
public String getWizardTitle()
getWizardTitle
in interface PipelineParamsForm
protected void onAddContainer()
protected void onDeleteContainer(ContainerConfig containerConfig)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.