org.drools.guvnor.client.decisiontable.widget
Class DefaultValueDropDownManager

java.lang.Object
  extended by org.drools.guvnor.client.decisiontable.widget.LimitedEntryDropDownManager
      extended by org.drools.guvnor.client.decisiontable.widget.DefaultValueDropDownManager
All Implemented Interfaces:
DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>

public class DefaultValueDropDownManager
extends LimitedEntryDropDownManager

Specific implementation for Default Value dependent enumerations


Nested Class Summary
 
Nested classes/interfaces inherited from class org.drools.guvnor.client.decisiontable.widget.LimitedEntryDropDownManager
LimitedEntryDropDownManager.Context
 
Field Summary
 
Fields inherited from class org.drools.guvnor.client.decisiontable.widget.LimitedEntryDropDownManager
model, sce, utilities
 
Constructor Summary
DefaultValueDropDownManager(org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 model, org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine sce)
           
 
Method Summary
 Map<String,String> getCurrentValueMap(LimitedEntryDropDownManager.Context context)
           
 
Methods inherited from class org.drools.guvnor.client.decisiontable.widget.LimitedEntryDropDownManager
getDependentColumnIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValueDropDownManager

public DefaultValueDropDownManager(org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 model,
                                   org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine sce)
Method Detail

getCurrentValueMap

public Map<String,String> getCurrentValueMap(LimitedEntryDropDownManager.Context context)
Specified by:
getCurrentValueMap in interface DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>
Overrides:
getCurrentValueMap in class LimitedEntryDropDownManager


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.