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

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.ValidTermsForPropositionValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder, UifKeyValuesFinder

public class ValidTermsForPropositionValuesFinder
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
ValidTermsForPropositionValuesFinder()
           
 
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, 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

ValidTermsForPropositionValuesFinder

public ValidTermsForPropositionValuesFinder()
Method Detail

getKeyValues

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

Specified by:
getKeyValues in interface UifKeyValuesFinder
Overrides:
getKeyValues in class UifKeyValuesFinderBase
Parameters:
model -
Returns:
See Also:
UifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel)


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