org.kuali.rice.krms.impl.ui
Class ValidTermsValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
          extended by org.kuali.rice.krms.impl.ui.ValidTermsValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder, UifKeyValuesFinder

public class ValidTermsValuesFinder
extends UifKeyValuesFinderBase

ValuesFinder used to populate the list of available Terms when creating/editing a proposition in a KRMS Rule.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
ValidTermsValuesFinder()
           
 
Method Summary
 List<KeyValue> getKeyValues(ViewModel model)
          get the value list for the Term dropdown in the KRMS rule editing UI
 
Methods inherited from class org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
getKeyValues, isAddBlankOption, setAddBlankOption
 
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
 
Methods inherited from interface org.kuali.rice.krad.keyvalues.KeyValuesFinder
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues
 

Constructor Detail

ValidTermsValuesFinder

public ValidTermsValuesFinder()
Method Detail

getKeyValues

public List<KeyValue> getKeyValues(ViewModel model)
get the value list for the Term dropdown in the KRMS rule editing UI

Parameters:
model -
Returns:


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