| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
public abstract class UifKeyValuesFinderBase
| Constructor Summary | |
|---|---|
| UifKeyValuesFinderBase() | |
| Method Summary | |
|---|---|
|  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 | 
| Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase | 
|---|
| clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.krad.keyvalues.KeyValuesFinder | 
|---|
| clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues | 
| Constructor Detail | 
|---|
public UifKeyValuesFinderBase()
| Method Detail | 
|---|
public List<KeyValue> getKeyValues()
KeyValuesFinder
getKeyValues in interface KeyValuesFinderKeyValuesFinder.getKeyValues()public List<KeyValue> getKeyValues(ViewModel model)
UifKeyValuesFinder
getKeyValues in interface UifKeyValuesFindermodel - object instance containing the view data
UifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel)
public List<KeyValue> getKeyValues(ViewModel model,
                                   InputField field)
UifKeyValuesFinder
getKeyValues in interface UifKeyValuesFindermodel - object instance containing the view datafield - object instance containing the field data of the key value lookup
UifKeyValuesFinder.getKeyValues(org.kuali.rice.krad.uif.view.ViewModel, org.kuali.rice.krad.uif.field.InputField)public boolean isAddBlankOption()
UifKeyValuesFinder
isAddBlankOption in interface UifKeyValuesFinderUifKeyValuesFinder.isAddBlankOption()public void setAddBlankOption(boolean addBlankOption)
addBlankOption - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||