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()
KeyValuesFindergetKeyValues in interface KeyValuesFinderKeyValuesFinder.getKeyValues()public List<KeyValue> getKeyValues(ViewModel model)
UifKeyValuesFindergetKeyValues in interface UifKeyValuesFindermodel - object instance containing the view dataUifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel)public List<KeyValue> getKeyValues(ViewModel model, InputField field)
UifKeyValuesFindergetKeyValues in interface UifKeyValuesFindermodel - object instance containing the view datafield - object instance containing the field data of the key value lookupUifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel, org.kuali.rice.krad.uif.field.InputField)public boolean isAddBlankOption()
UifKeyValuesFinderisAddBlankOption in interface UifKeyValuesFinderUifKeyValuesFinder.isAddBlankOption()public void setAddBlankOption(boolean addBlankOption)
addBlankOption - Copyright © 2005–2015 The Kuali Foundation. All rights reserved.