@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, removeContentChangeHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addContentChangeHandler
public 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 PipelineParamsForm
public String getWizardTitle()
getWizardTitle
in interface PipelineParamsForm
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete
in interface PipelineParamsForm
public void initialise()
PipelineParamsForm
initialise
in interface PipelineParamsForm
public void prepareView()
PipelineParamsForm
prepareView
in interface PipelineParamsForm
public Map<String,String> buildParams()
buildParams
in interface PipelineParamsForm
public void clear()
clear
in interface PipelineParamsForm
public 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.