public interface UifKeyValuesFinder extends KeyValuesFinder
ViewModel that provides data to the view
 for conditionally setting the valid options
 Values finder also allows configuration for a blank option that will be added by the framework
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| List<KeyValue> | getKeyValues(ViewModel model,
                        InputField field)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 | 
| boolean | isAddBlankOption()Indicates whether a blank option should be included as a valid option | 
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getKeyValuesList<KeyValue> getKeyValues(ViewModel model)
model - object instance containing the view dataList<KeyValue> getKeyValues(ViewModel model, InputField field)
model - object instance containing the view datafield - object instance containing the field data of the key value lookupboolean isAddBlankOption()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.