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, getOptionValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues
public UifKeyValuesFinderBase()
public List<KeyValue> getKeyValues()
getKeyValues
in interface KeyValuesFinder
public List<KeyValue> getKeyValues(ViewModel model)
getKeyValues
in interface UifKeyValuesFinder
model
- object instance containing the view datapublic List<KeyValue> getKeyValues(ViewModel model, InputField field)
getKeyValues
in interface UifKeyValuesFinder
model
- object instance containing the view datafield
- object instance containing the field data of the key value lookuppublic boolean isAddBlankOption()
isAddBlankOption
in interface UifKeyValuesFinder
public void setAddBlankOption(boolean addBlankOption)
addBlankOption
- Copyright © 2005–2014 The Kuali Foundation. All rights reserved.