@Dependent @Templated public class GAVConfigurationParamsView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, GAVConfigurationParamsPresenter.View
| Constructor and Description |
|---|
GAVConfigurationParamsView() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
String |
getWizardTitle() |
void |
init(GAVConfigurationParamsPresenter presenter) |
void |
setArtifactId(String value) |
void |
setArtifactIdStatus(FormStatus status) |
void |
setArtifactSelectorPresenter(org.jboss.errai.common.client.api.IsElement artifactSelector) |
void |
setGroupId(String value) |
void |
setGroupIdStatus(FormStatus status) |
void |
setVersion(String value) |
void |
setVersionStatus(FormStatus status) |
public void init(GAVConfigurationParamsPresenter presenter)
init in interface org.uberfire.client.mvp.UberElement<GAVConfigurationParamsPresenter>public String getWizardTitle()
getWizardTitle in interface GAVConfigurationParamsPresenter.Viewpublic void clear()
clear in interface GAVConfigurationParamsPresenter.Viewpublic String getGroupId()
getGroupId in interface GAVConfigurationParamsPresenter.Viewpublic void setGroupId(String value)
setGroupId in interface GAVConfigurationParamsPresenter.Viewpublic String getArtifactId()
getArtifactId in interface GAVConfigurationParamsPresenter.Viewpublic void setArtifactId(String value)
setArtifactId in interface GAVConfigurationParamsPresenter.Viewpublic String getVersion()
getVersion in interface GAVConfigurationParamsPresenter.Viewpublic void setVersion(String value)
setVersion in interface GAVConfigurationParamsPresenter.Viewpublic void setArtifactSelectorPresenter(org.jboss.errai.common.client.api.IsElement artifactSelector)
setArtifactSelectorPresenter in interface GAVConfigurationParamsPresenter.Viewpublic void setGroupIdStatus(FormStatus status)
setGroupIdStatus in interface GAVConfigurationParamsPresenter.Viewpublic void setArtifactIdStatus(FormStatus status)
setArtifactIdStatus in interface GAVConfigurationParamsPresenter.Viewpublic void setVersionStatus(FormStatus status)
setVersionStatus in interface GAVConfigurationParamsPresenter.ViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.