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, waitgenerateColumn, getPages, getTitle, getTypeprotected 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)
DecisionTableColumnPlugininit in interface DecisionTableColumnPluginwizard - Has the presenter which represents the active decision table. Must not be null.public String getIdentifier()
DecisionTableColumnPlugingetIdentifier in interface DecisionTableColumnPluginpublic 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.