edu.sampleu.travel.options
Class FoodKeyValuesFinder
java.lang.Object
   org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.keyvalues.KeyValuesBase
       org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
           edu.sampleu.travel.options.FoodKeyValuesFinder
edu.sampleu.travel.options.FoodKeyValuesFinder
- All Implemented Interfaces: 
- Serializable, KeyValuesFinder, UifKeyValuesFinder
- public class FoodKeyValuesFinder 
- extends UifKeyValuesFinderBase
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
| 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 java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
FoodKeyValuesFinder
public FoodKeyValuesFinder()
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:
- getKeyValuesin interface- UifKeyValuesFinder
- Overrides:
- getKeyValuesin class- UifKeyValuesFinderBase
 
- 
- Parameters:
- model- object instance containing the view data
- Returns:
- List of KeyValue objects
- See Also:
- UifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel)
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.