org.drools.workbench.screens.guided.dtable.client.widget.table
Class LimitedEntryDropDownManager.Context
java.lang.Object
org.drools.workbench.screens.guided.dtable.client.widget.table.LimitedEntryDropDownManager.Context
- Enclosing class:
- LimitedEntryDropDownManager
public static class LimitedEntryDropDownManager.Context
- extends Object
The Context contains the Pattern and Column for which the enumerations
need to be ascertained. It is not possible to lookup the Pattern from the
Model as, when editing column definitions in GuidedDecisionTableWidget
the column is cloned (for editing) and hence is not the same
(identity-wise) as that held in the model
Constructor Summary |
LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 baseColumn)
|
LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern,
org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 baseColumn)
|
LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern,
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52 baseColumn)
|
Method Summary |
org.drools.workbench.models.guided.dtable.shared.model.BaseColumn |
getBaseColumn()
|
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 |
getBasePattern()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LimitedEntryDropDownManager.Context
public LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern,
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52 baseColumn)
LimitedEntryDropDownManager.Context
public LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern,
org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 baseColumn)
LimitedEntryDropDownManager.Context
public LimitedEntryDropDownManager.Context(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 baseColumn)
getBasePattern
public org.drools.workbench.models.guided.dtable.shared.model.Pattern52 getBasePattern()
getBaseColumn
public org.drools.workbench.models.guided.dtable.shared.model.BaseColumn getBaseColumn()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.