@Dependent @Templated public class ContainerConfigView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ContainerConfigPresenter.View
Constructor and Description |
---|
ContainerConfigView() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearContainerNameHelpText() |
void |
clearFormError() |
String |
getArtifactId() |
String |
getContainerName() |
String |
getGroupId() |
String |
getVersion() |
void |
init(ContainerConfigPresenter presenter) |
void |
setArtifactId(String value) |
void |
setArtifactIdStatus(FormStatus status) |
void |
setArtifactSelectorPresenter(org.jboss.errai.common.client.api.IsElement artifactSelector) |
void |
setContainerName(String value) |
void |
setContainerNameHelpText(String containerNameHelpText) |
void |
setContainerNameStatus(FormStatus status) |
void |
setGroupId(String value) |
void |
setGroupIdStatus(FormStatus status) |
void |
setVersion(String value) |
void |
setVersionStatus(FormStatus status) |
void |
showFormError(String error) |
public void init(ContainerConfigPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<ContainerConfigPresenter>
public void clear()
clear
in interface ContainerConfigPresenter.View
public String getContainerName()
getContainerName
in interface ContainerConfigPresenter.View
public void setContainerName(String value)
setContainerName
in interface ContainerConfigPresenter.View
public String getGroupId()
getGroupId
in interface ContainerConfigPresenter.View
public void setGroupId(String value)
setGroupId
in interface ContainerConfigPresenter.View
public String getArtifactId()
getArtifactId
in interface ContainerConfigPresenter.View
public void setArtifactId(String value)
setArtifactId
in interface ContainerConfigPresenter.View
public String getVersion()
getVersion
in interface ContainerConfigPresenter.View
public void setVersion(String value)
setVersion
in interface ContainerConfigPresenter.View
public void setArtifactSelectorPresenter(org.jboss.errai.common.client.api.IsElement artifactSelector)
setArtifactSelectorPresenter
in interface ContainerConfigPresenter.View
public void setContainerNameStatus(FormStatus status)
setContainerNameStatus
in interface ContainerConfigPresenter.View
public void setGroupIdStatus(FormStatus status)
setGroupIdStatus
in interface ContainerConfigPresenter.View
public void setArtifactIdStatus(FormStatus status)
setArtifactIdStatus
in interface ContainerConfigPresenter.View
public void setVersionStatus(FormStatus status)
setVersionStatus
in interface ContainerConfigPresenter.View
public void setContainerNameHelpText(String containerNameHelpText)
setContainerNameHelpText
in interface ContainerConfigPresenter.View
public void clearContainerNameHelpText()
clearContainerNameHelpText
in interface ContainerConfigPresenter.View
public void showFormError(String error)
showFormError
in interface ContainerConfigPresenter.View
public void clearFormError()
clearFormError
in interface ContainerConfigPresenter.View
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.