org.kuali.rice.krms.impl.ui
Class CategoryValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
          extended by org.kuali.rice.krms.impl.ui.CategoryValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder, UifKeyValuesFinder

public class CategoryValuesFinder
extends UifKeyValuesFinderBase

Helper class that returns all category types that are valid for the given context.

See Also:
Serialized Form

Constructor Summary
CategoryValuesFinder()
           
 
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 isBlankOption()
           
 void setBlankOption(boolean blankOption)
           
 
Methods inherited from class org.kuali.rice.krad.uif.control.UifKeyValuesFinderBase
getKeyValues, isAddBlankOption, setAddBlankOption
 
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

CategoryValuesFinder

public CategoryValuesFinder()
Method Detail

isBlankOption

public boolean isBlankOption()
Returns:
the blankOption

setBlankOption

public void setBlankOption(boolean blankOption)
Parameters:
blankOption - the blankOption to set

getKeyValues

public List<KeyValue> getKeyValues(ViewModel model)
Description copied from interface: UifKeyValuesFinder
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

Returns:
List of KeyValue objects


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.