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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sce
protected final SuggestionCompletionEngine sce
model
protected final GuidedDecisionTable52 model
utilities
protected final DTCellValueUtilities utilities
LimitedEntryDropDownManager
public LimitedEntryDropDownManager(GuidedDecisionTable52 model,
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-2014 JBoss by Red Hat. All Rights Reserved.