org.kuali.rice.kns.lookup.keyvalues
Class ActiveInactiveValuesFinder
java.lang.Object
org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
org.kuali.rice.kns.lookup.keyvalues.ActiveInactiveValuesFinder
- All Implemented Interfaces:
- KeyValuesFinder
public class ActiveInactiveValuesFinder
- 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveInactiveValuesFinder
public ActiveInactiveValuesFinder()
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.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.