public class LimitedEntryDropDownManager extends Object implements org.kie.workbench.common.widgets.decoratedgrid.client.widget.DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
| Modifier and Type | Class and Description |
|---|---|
static class |
LimitedEntryDropDownManager.Context
The Context contains the Pattern and Column for which the enumerations
need to be ascertained.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 |
model |
protected org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle |
oracle |
protected DTCellValueUtilities |
utilities |
| Constructor and Description |
|---|
LimitedEntryDropDownManager(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCurrentValueMap(LimitedEntryDropDownManager.Context context) |
Set<Integer> |
getDependentColumnIndexes(LimitedEntryDropDownManager.Context context) |
protected final org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle
protected final org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model
protected final DTCellValueUtilities utilities
public LimitedEntryDropDownManager(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
public Map<String,String> getCurrentValueMap(LimitedEntryDropDownManager.Context context)
getCurrentValueMap in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>public Set<Integer> getDependentColumnIndexes(LimitedEntryDropDownManager.Context context)
getDependentColumnIndexes in interface org.kie.workbench.common.widgets.decoratedgrid.client.widget.DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.