@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 ProviderConfigurationFormpublic void addContentChangeHandler(ContentChangeHandler contentChangeHandler)
addContentChangeHandler in interface ProviderConfigurationFormpublic ProviderConfiguration buildProviderConfiguration()
buildProviderConfiguration in interface ProviderConfigurationFormpublic void clear()
clear in interface ProviderConfigurationFormpublic void isValid(org.uberfire.client.callbacks.Callback<Boolean> callback)
isValid in interface ProviderConfigurationFormpublic String getWizardTitle()
getWizardTitle in interface ProviderConfigurationFormpublic void disable()
disable in interface ProviderConfigurationFormpublic void load(Provider provider)
load in interface ProviderConfigurationFormCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.