Class FilteredEnumLists
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String[]>
-
- org.kie.workbench.common.widgets.client.datamodel.FilteredEnumLists
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String[]>
public class FilteredEnumLists extends HashMap<String,String[]>
Filtered (current package and imports) map of { TypeName.field : String[] } - where a list is valid values to display in a drop down for a given Type.field combination.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description FilteredEnumLists()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getEnumValues(String factType, String field)For simple cases - where a list of values are known based on a field.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-