@Dependent public class ActionInsertFactFieldsPage extends AbstractGuidedDecisionTableWizardPage implements ActionInsertFactFieldsPageView.Presenter
baseFileName, cellUtilities, columnUtilities, content, contextPath, hitPolicy, model, NEW_FACT_PREFIX, oracle, tableFormat, validator
Constructor and Description |
---|
ActionInsertFactFieldsPage() |
Modifier and Type | Method and Description |
---|---|
void |
addPattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern) |
void |
assertDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 selectedAction) |
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat |
getTableFormat() |
String |
getTitle() |
void |
handleImportAddedEvent(org.kie.workbench.common.widgets.client.datamodel.ImportAddedEvent event) |
void |
handleImportRemovedEvent(org.kie.workbench.common.widgets.client.datamodel.ImportRemovedEvent event) |
boolean |
hasEnums(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 selectedAction) |
void |
initialise() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
makeResult(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
When the Widget is finished a GuidedDecisionTable52 instance is passed to
each page for enrichment.
|
void |
onActionInsertFactFieldsDefined(ActionInsertFactFieldsDefinedEvent event) |
void |
onDuplicatePatterns(DuplicatePatternsEvent event) |
void |
prepareView() |
void |
removePattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern) |
void |
selectPattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern) |
void |
stateChanged() |
allowEmptyValues, asWidget, getValidator, setContent
public String getTitle()
getTitle
in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
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 void handleImportAddedEvent(@Observes org.kie.workbench.common.widgets.client.datamodel.ImportAddedEvent event)
public void handleImportRemovedEvent(@Observes org.kie.workbench.common.widgets.client.datamodel.ImportRemovedEvent event)
public void onDuplicatePatterns(@Observes DuplicatePatternsEvent event)
public void onActionInsertFactFieldsDefined(@Observes ActionInsertFactFieldsDefinedEvent event)
public void addPattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern)
addPattern
in interface ActionInsertFactFieldsPageView.Presenter
public void removePattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern)
removePattern
in interface ActionInsertFactFieldsPageView.Presenter
public void selectPattern(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern pattern)
selectPattern
in interface ActionInsertFactFieldsPageView.Presenter
public void makeResult(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model)
AbstractGuidedDecisionTableWizardPage
makeResult
in class AbstractGuidedDecisionTableWizardPage
public org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat getTableFormat()
getTableFormat
in interface ActionInsertFactFieldsPageView.Presenter
public boolean hasEnums(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 selectedAction)
hasEnums
in interface ActionInsertFactFieldsPageView.Presenter
public void assertDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 selectedAction)
assertDefaultValue
in interface ActionInsertFactFieldsPageView.Presenter
public void stateChanged()
stateChanged
in interface ActionInsertFactFieldsPageView.Presenter
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.