@ApplicationScoped public class GAVConfigurationParamsPresenter extends AbstractHasContentChangeHandlers implements PipelineParamsForm
| Modifier and Type | Class and Description |
|---|---|
static interface |
GAVConfigurationParamsPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
ARTIFACT_ID |
static String |
GROUP_ID |
static String |
VERSION |
changeHandlers| Constructor and Description |
|---|
GAVConfigurationParamsPresenter(GAVConfigurationParamsPresenter.View view,
ArtifactSelectorPresenter artifactSelector,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
PopupHelper popupHelper,
org.jboss.errai.common.client.api.Caller<M2RepoService> m2RepoService,
javax.enterprise.event.Event<GAVConfigurationChangeEvent> gavConfigurationChangeEvent) |
| 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 |
onArtifactIdChange() |
protected void |
onArtifactSelected(String path) |
protected void |
onContentChange() |
protected void |
onGroupIdChange() |
protected void |
onVersionChange() |
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, waitaddContentChangeHandlerpublic static final String GROUP_ID
public static final String ARTIFACT_ID
public static final String VERSION
@Inject public GAVConfigurationParamsPresenter(GAVConfigurationParamsPresenter.View view, ArtifactSelectorPresenter artifactSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService, PopupHelper popupHelper, org.jboss.errai.common.client.api.Caller<M2RepoService> m2RepoService, javax.enterprise.event.Event<GAVConfigurationChangeEvent> gavConfigurationChangeEvent)
@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 onArtifactSelected(String path)
protected void onGroupIdChange()
protected void onArtifactIdChange()
protected void onVersionChange()
protected void onContentChange()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.