org.kuali.rice.krad.keyvalues
Class DelegateRuleValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.krad.keyvalues.DelegateRuleValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder

public class DelegateRuleValuesFinder
extends KeyValuesBase

This class returns list containg A = Active, I = Inactive and B = Show All The labels (values) in the List returned correspond to what is displayed next to the radio buttons for the Active Indicator form field

See Also:
Serialized Form

Constructor Summary
DelegateRuleValuesFinder()
           
 
Method Summary
 List<KeyValue> getKeyValues()
          Builds a list of key values representations for valid value selections.
 
Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateRuleValuesFinder

public DelegateRuleValuesFinder()
Method Detail

getKeyValues

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

Returns:
List of KeyValue objects


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.