@Dependent public class ProviderConfigEmptyPresenter extends Object implements ProviderConfigurationForm
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderConfigEmptyPresenter.View |
Constructor and Description |
---|
ProviderConfigEmptyPresenter(ProviderConfigEmptyPresenter.View view) |
Modifier and Type | Method and Description |
---|---|
void |
addContentChangeHandler(ContentChangeHandler contentChangeHandler) |
ProviderConfiguration |
buildProviderConfiguration() |
void |
clear() |
void |
disable() |
ProviderConfigEmptyPresenter.View |
getView() |
String |
getWizardTitle() |
void |
init() |
void |
isValid(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
load(Provider provider) |
@Inject public ProviderConfigEmptyPresenter(ProviderConfigEmptyPresenter.View view)
@PostConstruct public void init()
public ProviderConfigEmptyPresenter.View getView()
getView
in interface ProviderConfigurationForm
public void addContentChangeHandler(ContentChangeHandler contentChangeHandler)
addContentChangeHandler
in interface ProviderConfigurationForm
public ProviderConfiguration buildProviderConfiguration()
buildProviderConfiguration
in interface ProviderConfigurationForm
public void clear()
clear
in interface ProviderConfigurationForm
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
public void load(Provider provider)
load
in interface ProviderConfigurationForm
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.