org.kuali.rice.krad.uif.control
Class UifKeyValuesFinderBase
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
- All Implemented Interfaces:
- Serializable, KeyValuesFinder, UifKeyValuesFinder
- Direct Known Subclasses:
- ActionTypeValuesFinder, AgendaNamespaceValuesFinder, AgendaTypeValuesFinder, CategoryValuesFinder, ContextTypeValuesFinder, FoodKeyValuesFinder, KewTypeOptionsFinder, RuleTypeValuesFinder, ValidTermsValuesFinder
public abstract class UifKeyValuesFinderBase
- extends KeyValuesBase
- implements UifKeyValuesFinder
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Method Summary |
List<KeyValue> |
getKeyValues()
Builds a list of key values representations for valid value selections. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifKeyValuesFinderBase
public UifKeyValuesFinderBase()
getKeyValues
public List<KeyValue> getKeyValues()
- Description copied from interface:
KeyValuesFinder
- Builds a list of key values representations for valid value selections.
- Specified by:
getKeyValues
in interface KeyValuesFinder
- Returns:
- List of KeyValue objects
- See Also:
KeyValuesFinder.getKeyValues()
isAddBlankOption
public boolean isAddBlankOption()
- Description copied from interface:
UifKeyValuesFinder
- Indicates whether a blank option should be included as a valid option
- Specified by:
isAddBlankOption
in interface UifKeyValuesFinder
- Returns:
- boolean true if the blank option should be given, false if not
- See Also:
UifKeyValuesFinder.isAddBlankOption()
setAddBlankOption
public void setAddBlankOption(boolean addBlankOption)
- Setter for the addBlankOption indicator
- Parameters:
addBlankOption
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.