@ApplicationScoped public class SourceConfigurationParamsPresenter extends AbstractHasContentChangeHandlers implements PipelineParamsForm
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceConfigurationParamsPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
BRANCH |
static String |
MODULE_DIR |
static String |
REPO_NAME |
changeHandlers| Constructor and Description |
|---|
SourceConfigurationParamsPresenter(SourceConfigurationParamsPresenter.View view,
org.jboss.errai.common.client.api.Caller<SourceService> sourceService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
buildParams() |
void |
clear() |
void |
disable() |
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 |
onBranchChange() |
protected void |
onModuleChange() |
protected void |
onOrganizationalUnitChange() |
protected void |
onRepositoryChange() |
protected void |
onRuntimeNameChange() |
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 REPO_NAME
public static final String BRANCH
public static final String MODULE_DIR
@Inject public SourceConfigurationParamsPresenter(SourceConfigurationParamsPresenter.View view, org.jboss.errai.common.client.api.Caller<SourceService> sourceService)
@PostConstruct public void init()
public org.jboss.errai.common.client.api.IsElement getView()
getView in interface PipelineParamsFormpublic String getWizardTitle()
getWizardTitle in interface PipelineParamsFormpublic void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete in interface PipelineParamsFormpublic void initialise()
PipelineParamsForminitialise in interface PipelineParamsFormpublic void prepareView()
PipelineParamsFormprepareView in interface PipelineParamsFormpublic Map<String,String> buildParams()
buildParams in interface PipelineParamsFormpublic void clear()
clear in interface PipelineParamsFormpublic void disable()
protected void onRuntimeNameChange()
protected void onOrganizationalUnitChange()
protected void onRepositoryChange()
protected void onBranchChange()
protected void onModuleChange()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.