Modifier and Type | Method and Description |
---|---|
RuleModellerWidget |
RuleModellerWidgetFactory.getWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IAction action,
Boolean readOnly) |
RuleModellerWidget |
ModellerWidgetFactory.getWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IAction action,
Boolean readOnly)
Used for get widgets for RHS
|
RuleModellerWidget |
RuleModellerWidgetFactory.getWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IPattern pattern,
Boolean readOnly) |
RuleModellerWidget |
ModellerWidgetFactory.getWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IPattern pattern,
Boolean readOnly)
Used for get widgets for LHS
|
Modifier and Type | Method and Description |
---|---|
RuleModellerWidget |
RuleModellerActionPlugin.createWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IAction iAction,
Boolean readOnly)
Create a Widget wrapping corresponding IAction
|
Modifier and Type | Class and Description |
---|---|
class |
ActionCallMethodWidget
This widget is for modifying facts bound to a variable.
|
class |
ActionInsertFactWidget
This is used when asserting a new fact into working memory.
|
class |
ActionRetractFactWidget
This is used when you want to retract a fact.
|
class |
ActionSetFieldWidget
This widget is for setting fields on a bound fact or global variable.
|
class |
CompositeFactPatternWidget
This represents a top level CE, like an OR, NOT, EXIST etc...
|
class |
DSLSentenceWidget
This displays a widget to edit a DSL sentence.
|
class |
ExpressionBuilder |
class |
FactPatternWidget
This is the new smart widget that works off the model.
|
class |
FreeFormLineWidget
Free form DRL line widget
|
class |
FromAccumulateCompositeFactPatternWidget |
class |
FromCollectCompositeFactPatternWidget |
class |
FromCompositeFactPatternWidget |
class |
FromEntryPointFactPatternWidget |
class |
GlobalCollectionAddWidget
Add Variable to global collection Widget
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.