Class DefaultValueDropDownManager
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.utilities.LimitedEntryDropDownManager
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.utilities.DefaultValueDropDownManager
-
- All Implemented Interfaces:
org.kie.workbench.common.widgets.decoratedgrid.client.widget.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.workbench.screens.guided.dtable.client.widget.table.utilities.LimitedEntryDropDownManager
LimitedEntryDropDownManager.Context
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.utilities.LimitedEntryDropDownManager
model, oracle, utilities
-
-
Constructor Summary
Constructors Constructor Description DefaultValueDropDownManager(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getCurrentValueMap(LimitedEntryDropDownManager.Context context)-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.utilities.LimitedEntryDropDownManager
getDependentColumnIndexes
-
-
-
-
Method Detail
-
getCurrentValueMap
public Map<String,String> getCurrentValueMap(LimitedEntryDropDownManager.Context context)
- Specified by:
getCurrentValueMapin interfaceorg.kie.workbench.common.widgets.decoratedgrid.client.widget.DropDownDataValueMapProvider<LimitedEntryDropDownManager.Context>- Overrides:
getCurrentValueMapin classLimitedEntryDropDownManager
-
-