org.drools.guvnor.client.widgets.drools.decoratedgrid
Interface DropDownDataValueMapProvider<T>
- All Known Subinterfaces:
- CellTableDropDownDataValueMapProvider
- All Known Implementing Classes:
- DecisionTableDropDownManager, DefaultValueDropDownManager, LimitedEntryDropDownManager, TemplateDropDownManager
public interface DropDownDataValueMapProvider<T>
Defines a service that can return a Map of Field Names and corresponding
values used to drive the population of dependent enumerations.
getCurrentValueMap
Map<String,String> getCurrentValueMap(T context)
getDependentColumnIndexes
Set<Integer> getDependentColumnIndexes(T context)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.