public interface DecisionTableColumnPlugin
Modifier and Type | Interface and Description |
---|---|
static class |
DecisionTableColumnPlugin.Type
Plugin type for the column wizard.
|
Modifier and Type | Field and Description |
---|---|
static DecisionTableColumnPlugin |
DEFAULT
Empty default plugin.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
generateColumn()
Creates the column when the Wizard completes.
|
String |
getIdentifier()
Retrieves the plugin unique identifier.
|
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 |
getOriginalColumnConfig52()
Retrieves the original pattern without any update.
|
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 |
getOriginalPattern52()
Retrieves the original column without any update.
|
List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> |
getPages()
Retrieves the list of subsequent pages required for the "Type" selected in the first page of the Wizard.
|
String |
getTitle()
Retrieves the text that will be shown to Users in the "Type Selection List" on the first page of the Wizard.
|
DecisionTableColumnPlugin.Type |
getType()
Retrieves the plugin type.
|
void |
init(NewGuidedDecisionTableColumnWizard wizard)
Sets the plugin up with the wizard instance.
|
Boolean |
isNewColumn()
Represents the current plugin operation.
|
void |
setOriginalColumnConfig52(org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 originalColumnConfig52)
Sets the original pattern (required when the plugin is updating a column).
|
void |
setOriginalPattern52(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 originalPattern52)
Sets the original column (required when the plugin is updating a column).
|
static final DecisionTableColumnPlugin DEFAULT
void init(NewGuidedDecisionTableColumnWizard wizard)
wizard
- Has the presenter which represents the active decision table. Must not be null.String getTitle()
List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
Boolean generateColumn()
String getIdentifier()
DecisionTableColumnPlugin.Type getType()
Boolean isNewColumn()
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 getOriginalPattern52()
void setOriginalPattern52(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 originalPattern52)
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 getOriginalColumnConfig52()
void setOriginalColumnConfig52(org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 originalColumnConfig52)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.