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

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

public class PropositionOpCodeValuesFinder
extends UifKeyValuesFinderBase

ValueFinder for the operators available while editing a proposition.

Fetches the KeyValues for the operators available for use in propositions within the current context.

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

Constructor Summary
PropositionOpCodeValuesFinder()
           
 
Method Summary
 List<KeyValue> getKeyValues(ViewModel model)
          Builds a list of key values representations for valid value selections using the given view model to retrieve values from other fields and conditionally building the options
 
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

PropositionOpCodeValuesFinder

public PropositionOpCodeValuesFinder()
Method Detail

getKeyValues

public List<KeyValue> getKeyValues(ViewModel model)
Description copied from interface: UifKeyValuesFinder
Builds a list of key values representations for valid value selections using the given view model to retrieve values from other fields and conditionally building the options

Specified by:
getKeyValues in interface UifKeyValuesFinder
Overrides:
getKeyValues in class UifKeyValuesFinderBase
Parameters:
model - object instance containing the view data
Returns:
List of KeyValue objects
See Also:
UifKeyValuesFinderBase.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel)


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