@Dependent public class OpenShiftProviderConfigPresenter extends AbstractHasContentChangeHandlers implements ProviderConfigurationForm
Modifier and Type | Class and Description |
---|---|
static interface |
OpenShiftProviderConfigPresenter.View |
Modifier and Type | Field and Description |
---|---|
protected static String |
MASTER_URL |
protected static String |
PASSWORD |
protected static String |
USER |
changeHandlers
Constructor and Description |
---|
OpenShiftProviderConfigPresenter(OpenShiftProviderConfigPresenter.View view) |
Modifier and Type | Method and Description |
---|---|
ProviderConfiguration |
buildProviderConfiguration() |
void |
clear() |
void |
disable() |
String |
getMasterURL() |
String |
getPassword() |
String |
getProviderName() |
String |
getUsername() |
OpenShiftProviderConfigPresenter.View |
getView() |
String |
getWizardTitle() |
void |
init() |
void |
isValid(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
load(Provider provider) |
protected void |
onMasterURLChange() |
protected void |
onPasswordChange() |
protected void |
onProviderNameChange() |
protected void |
onUserNameChange() |
addContentChangeHandler, fireChangeHandlers, removeContentChangeHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addContentChangeHandler
protected static final String MASTER_URL
protected static final String USER
protected static final String PASSWORD
@Inject public OpenShiftProviderConfigPresenter(OpenShiftProviderConfigPresenter.View view)
@PostConstruct public void init()
public OpenShiftProviderConfigPresenter.View getView()
getView
in interface ProviderConfigurationForm
public ProviderConfiguration buildProviderConfiguration()
buildProviderConfiguration
in interface ProviderConfigurationForm
public void clear()
clear
in interface ProviderConfigurationForm
public void load(Provider provider)
load
in interface ProviderConfigurationForm
public String getProviderName()
public String getMasterURL()
public String getUsername()
public String getPassword()
public void isValid(org.uberfire.client.callbacks.Callback<Boolean> callback)
isValid
in interface ProviderConfigurationForm
public String getWizardTitle()
getWizardTitle
in interface ProviderConfigurationForm
public void disable()
disable
in interface ProviderConfigurationForm
protected void onProviderNameChange()
protected void onMasterURLChange()
protected void onUserNameChange()
protected void onPasswordChange()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.