Class LimitedEntryDropDownManager.Context
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.utilities.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
Constructors Constructor Description Context(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.guided.dtable.shared.model.BaseColumngetBaseColumn()org.drools.workbench.models.guided.dtable.shared.model.Pattern52getBasePattern()
-
-
-
Constructor Detail
-
Context
public Context(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 basePattern, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
-
Context
public Context(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn baseColumn)
-
-