org.kuali.rice.krms.impl.repository
Class AgendaNamespaceValuesFinder
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
org.kuali.rice.krms.impl.repository.AgendaNamespaceValuesFinder
- All Implemented Interfaces:
- Serializable, KeyValuesFinder, UifKeyValuesFinder
public class AgendaNamespaceValuesFinder
- extends UifKeyValuesFinderBase
Helper class that returns all namespaces that have contexts associated w/ them.
- 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 |
AgendaNamespaceValuesFinder
public AgendaNamespaceValuesFinder()
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
- Returns:
- List of KeyValue objects
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.