@Dependent public class ContainerConfigPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ContainerConfigPresenter.View |
Constructor and Description |
---|
ContainerConfigPresenter(ContainerConfigPresenter.View view,
ArtifactSelectorPresenter artifactSelector,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
PopupHelper popupHelper,
org.jboss.errai.common.client.api.Caller<org.guvnor.m2repo.service.M2RepoService> m2RepoService,
ProvisioningClientValidationService validationService) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
ContainerConfig |
getContainerConfig() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
init() |
protected void |
onArtifactIdChange() |
protected void |
onArtifactSelected(String path) |
protected void |
onContainerNameChange() |
protected void |
onGroupIdChange() |
protected void |
onVersionChange() |
void |
setup(List<String> alreadyInUseNames) |
boolean |
validateForSubmit() |
@Inject public ContainerConfigPresenter(ContainerConfigPresenter.View view, ArtifactSelectorPresenter artifactSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupHelper popupHelper, org.jboss.errai.common.client.api.Caller<org.guvnor.m2repo.service.M2RepoService> m2RepoService, ProvisioningClientValidationService validationService)
@PostConstruct public void init()
public org.jboss.errai.common.client.api.IsElement getView()
public void clear()
public boolean validateForSubmit()
public ContainerConfig getContainerConfig()
protected void onArtifactSelected(String path)
protected void onContainerNameChange()
protected void onGroupIdChange()
protected void onArtifactIdChange()
protected void onVersionChange()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.