public abstract class UifKeyValuesFinderBase extends KeyValuesBase implements UifKeyValuesFinder
| Constructor and Description | 
|---|
| UifKeyValuesFinderBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<KeyValue> | getKeyValues()Builds a list of key values representations for valid value selections. | 
| 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 | 
| void | setAddBlankOption(boolean addBlankOption)Setter for the addBlankOption indicator | 
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValuespublic UifKeyValuesFinderBase()
public List<KeyValue> getKeyValues()
getKeyValues in interface KeyValuesFinderpublic List<KeyValue> getKeyValues(ViewModel model)
getKeyValues in interface UifKeyValuesFindermodel - object instance containing the view datapublic List<KeyValue> getKeyValues(ViewModel model, InputField field)
getKeyValues in interface UifKeyValuesFindermodel - object instance containing the view datafield - object instance containing the field data of the key value lookuppublic boolean isAddBlankOption()
isAddBlankOption in interface UifKeyValuesFinderpublic void setAddBlankOption(boolean addBlankOption)
addBlankOption - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.