public abstract class BaseDecisionTableColumnPlugin extends Object implements DecisionTableColumnPlugin
DecisionTableColumnPlugin.Type
Modifier and Type | Field and Description |
---|---|
protected GuidedDecisionTableView.Presenter |
presenter |
protected NewGuidedDecisionTableColumnWizard |
wizard |
DEFAULT
Modifier | Constructor and Description |
---|---|
protected |
BaseDecisionTableColumnPlugin(javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> changeEvent,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
void |
fireChangeEvent(org.uberfire.ext.widgets.core.client.wizards.WizardPage wizardPage) |
String |
getIdentifier()
Retrieves the plugin unique identifier.
|
GuidedDecisionTableView.Presenter |
getPresenter() |
void |
init(NewGuidedDecisionTableColumnWizard wizard)
Sets the plugin up with the wizard instance.
|
void |
onClose() |
protected String |
translate(String key,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateColumn, getPages, getTitle, getType
protected NewGuidedDecisionTableColumnWizard wizard
protected GuidedDecisionTableView.Presenter presenter
protected BaseDecisionTableColumnPlugin(javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> changeEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void init(NewGuidedDecisionTableColumnWizard wizard)
DecisionTableColumnPlugin
init
in interface DecisionTableColumnPlugin
wizard
- Has the presenter which represents the active decision table. Must not be null.public String getIdentifier()
DecisionTableColumnPlugin
getIdentifier
in interface DecisionTableColumnPlugin
public void onClose()
public void fireChangeEvent(org.uberfire.ext.widgets.core.client.wizards.WizardPage wizardPage)
public GuidedDecisionTableView.Presenter getPresenter()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.