@Dependent public class SourceConfigurationPagePresenter extends Object implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceConfigurationPagePresenter.View |
| Constructor and Description |
|---|
SourceConfigurationPagePresenter(SourceConfigurationPagePresenter.View view,
org.jboss.errai.common.client.api.Caller<SourceService> sourceService,
javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
Source |
buildSource() |
void |
clear() |
void |
disable() |
String |
getRuntime() |
String |
getTitle() |
void |
init() |
void |
initialise() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
protected void |
onBranchChange() |
protected void |
onOrganizationalUnitChange() |
protected void |
onProjectChange() |
protected void |
onRepositoryChange() |
protected void |
onRuntimeNameChange() |
void |
prepareView() |
void |
setup() |
@Inject public SourceConfigurationPagePresenter(SourceConfigurationPagePresenter.View view, org.jboss.errai.common.client.api.Caller<SourceService> sourceService, javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic String getTitle()
getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void initialise()
initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void prepareView()
prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic Source buildSource()
public void clear()
public void setup()
public String getRuntime()
public void disable()
protected void onRuntimeNameChange()
protected void onOrganizationalUnitChange()
protected void onRepositoryChange()
protected void onBranchChange()
protected void onProjectChange()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.