|
||||||||||
| 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()
getKeyValues in interface KeyValuesFinderpublic List<KeyValue> getKeyValues(ViewModel model)
getKeyValues in interface UifKeyValuesFindermodel - object instance containing the view data
public 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 lookup
public boolean isAddBlankOption()
isAddBlankOption in interface UifKeyValuesFinderpublic void setAddBlankOption(boolean addBlankOption)
addBlankOption -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||