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(GuidedDecisionTable52 model, 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(GuidedDecisionTable52 model,
                                   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-2014 JBoss by Red Hat. All Rights Reserved.