public class ProviderConfigurationPagePresenter extends Object implements org.uberfire.ext.widgets.core.client.wizards.WizardPage
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderConfigurationPagePresenter.View |
Constructor and Description |
---|
ProviderConfigurationPagePresenter(ProviderConfigurationPagePresenter.View view,
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() |
ProviderConfiguration |
buildProviderConfiguration() |
void |
clear() |
String |
getTitle() |
void |
init() |
void |
initialise() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
protected void |
onContentChanged() |
void |
prepareView() |
void |
setProviderConfigurationForm(ProviderConfigurationForm providerConfigurationForm) |
@Inject public ProviderConfigurationPagePresenter(ProviderConfigurationPagePresenter.View view, javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> wizardPageStatusChangeEvent)
@PostConstruct public void init()
public void setProviderConfigurationForm(ProviderConfigurationForm providerConfigurationForm)
public void initialise()
initialise
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void prepareView()
prepareView
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public String getTitle()
getTitle
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void clear()
public ProviderConfiguration buildProviderConfiguration()
protected void onContentChanged()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.