public interface KeyValuesFinder
| Modifier and Type | Method and Description | 
|---|---|
| void | clearInternalCache()Clears any internal cache that is being maintained by the value finder | 
| String | getKeyLabel(String key)Returns the label for the associated key. | 
| Map<String,String> | getKeyLabelMap()Returns a map with the key as the key of the map and the label as the value. | 
| List<KeyValue> | getKeyValues()Builds a list of key values representations for valid value selections. | 
| List<KeyValue> | getKeyValues(boolean includeActiveOnly)Builds a list of key values representations for valid value selections. | 
List<KeyValue> getKeyValues()
List<KeyValue> getKeyValues(boolean includeActiveOnly)
includeActiveOnly - whether to only include active values in the listMap<String,String> getKeyLabelMap()
String getKeyLabel(String key)
key - void clearInternalCache()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.