org.kuali.rice.kns.bo.options
Class StateValuesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.kns.bo.options.StateValuesFinder
All Implemented Interfaces:
KeyValuesFinder

public class StateValuesFinder
extends KeyValuesBase

This class...


Field Summary
private static List<KeyLabelPair> labels
           
 
Constructor Summary
StateValuesFinder()
           
 
Method Summary
 void clearInternalCache()
          Clears any internal cache that is being maintained by the value finder
 List<KeyLabelPair> getKeyValues()
          Builds a list of key values representations for valid value selections.
 
Methods inherited from class org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labels

private static List<KeyLabelPair> labels
Constructor Detail

StateValuesFinder

public StateValuesFinder()
Method Detail

getKeyValues

public List<KeyLabelPair> getKeyValues()
Description copied from interface: KeyValuesFinder
Builds a list of key values representations for valid value selections.

Returns:
List of KeyValue objects.

clearInternalCache

public void clearInternalCache()
Description copied from interface: KeyValuesFinder
Clears any internal cache that is being maintained by the value finder

Specified by:
clearInternalCache in interface KeyValuesFinder
Overrides:
clearInternalCache in class KeyValuesBase
See Also:
KeyValuesFinder.clearInternalCache()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.