@Dependent public class WF10ProviderConfigPresenter extends AbstractHasContentChangeHandlers implements ProviderConfigurationForm
| Modifier and Type | Class and Description |
|---|---|
static interface |
WF10ProviderConfigPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HOST |
protected static String |
MANAGEMENT_PORT |
protected static String |
PASSWORD |
protected static String |
PASSWORD_MASK |
protected static String |
PORT |
protected static String |
USER |
changeHandlers| Constructor and Description |
|---|
WF10ProviderConfigPresenter(WF10ProviderConfigPresenter.View view,
org.jboss.errai.common.client.api.Caller<WildflyClientService> wildflyClientService) |
| Modifier and Type | Method and Description |
|---|---|
ProviderConfiguration |
buildProviderConfiguration() |
void |
clear() |
void |
disable() |
String |
getHost() |
String |
getManagementPort() |
String |
getPassword() |
String |
getPort() |
String |
getProviderName() |
String |
getUsername() |
WF10ProviderConfigPresenter.View |
getView() |
String |
getWizardTitle() |
void |
init() |
void |
isValid(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
load(Provider provider) |
protected void |
onHostChange() |
protected void |
onManagementPortChange() |
protected void |
onPasswordChange() |
protected void |
onPortChange() |
protected void |
onProviderNameChange() |
protected void |
onTestConnection() |
protected void |
onUserNameChange() |
addContentChangeHandler, fireChangeHandlers, removeContentChangeHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddContentChangeHandlerprotected static final String HOST
protected static final String PORT
protected static final String MANAGEMENT_PORT
protected static final String USER
protected static final String PASSWORD
protected static final String PASSWORD_MASK
@Inject public WF10ProviderConfigPresenter(WF10ProviderConfigPresenter.View view, org.jboss.errai.common.client.api.Caller<WildflyClientService> wildflyClientService)
@PostConstruct public void init()
public WF10ProviderConfigPresenter.View getView()
getView in interface ProviderConfigurationFormpublic ProviderConfiguration buildProviderConfiguration()
buildProviderConfiguration in interface ProviderConfigurationFormpublic void clear()
clear in interface ProviderConfigurationFormpublic void load(Provider provider)
load in interface ProviderConfigurationFormpublic String getProviderName()
public String getHost()
public String getPort()
public String getManagementPort()
public String getUsername()
public String getPassword()
public void isValid(org.uberfire.client.callbacks.Callback<Boolean> callback)
isValid in interface ProviderConfigurationFormpublic String getWizardTitle()
getWizardTitle in interface ProviderConfigurationFormpublic void disable()
disable in interface ProviderConfigurationFormprotected void onProviderNameChange()
protected void onHostChange()
protected void onPortChange()
protected void onManagementPortChange()
protected void onUserNameChange()
protected void onPasswordChange()
protected void onTestConnection()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.