|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UifKeyValuesFinder
Values finder that can taken the ViewModel
that provides data to the view
for conditionally setting the valid options
Values finder also allows configuration for a blank option that will be added by the framework
Method Summary | |
---|---|
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 |
boolean |
isAddBlankOption()
Indicates whether a blank option should be included as a valid option |
Methods inherited from interface org.kuali.rice.krad.keyvalues.KeyValuesFinder |
---|
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getKeyValues |
Method Detail |
---|
List<KeyValue> getKeyValues(ViewModel model)
boolean isAddBlankOption()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |