org.drools.guvnor.client.decisiontable.widget
Class LimitedEntryDropDownManager
java.lang.Object
org.drools.guvnor.client.decisiontable.widget.LimitedEntryDropDownManager
- All Implemented Interfaces:
- DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
- Direct Known Subclasses:
- DefaultValueDropDownManager
public class LimitedEntryDropDownManager
- extends Object
- implements DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
Specific implementation for Limited Entry Decision Table definition (i.e. for
use with NewGuidedDecisionTableWizard or GuidedDecisionTableWidget)
|
Field Summary |
protected org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 |
model
|
protected org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine |
sce
|
protected DTCellValueUtilities |
utilities
|
|
Constructor Summary |
LimitedEntryDropDownManager(org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 model,
org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine sce)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sce
protected final org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine sce
model
protected final org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 model
utilities
protected final DTCellValueUtilities utilities
LimitedEntryDropDownManager
public LimitedEntryDropDownManager(org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 model,
org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine sce)
getCurrentValueMap
public Map<String,String> getCurrentValueMap(LimitedEntryDropDownManager.Context context)
- Specified by:
getCurrentValueMap in interface DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
getDependentColumnIndexes
public Set<Integer> getDependentColumnIndexes(LimitedEntryDropDownManager.Context context)
- Specified by:
getDependentColumnIndexes in interface DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.