|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
org.kuali.kfs.sys.businessobject.options.ParameterValuesFinder
public class ParameterValuesFinder
This class gets all the values of a parameter and then builds a list of key label pairs out of them, using each parameter value as both key and label
Constructor Summary | |
---|---|
ParameterValuesFinder()
|
|
ParameterValuesFinder(Class componentClass,
String parameterName)
|
Method Summary | |
---|---|
Class |
getComponentClass()
Gets the componentClass attribute. |
List |
getKeyValues()
|
String |
getParameterName()
Gets the parameterName attribute. |
void |
setComponentClass(Class componentClass)
Sets the componentClass attribute value. |
void |
setInsertBlankRow(boolean insertBlankRow)
Sets the insertBlankRow attribute value. |
void |
setParameterName(String parameterName)
Sets the parameterName attribute value. |
boolean |
shouldInsertBlankRow()
Gets the insertBlankRow attribute. |
Methods inherited from class org.kuali.rice.kns.lookup.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 |
Constructor Detail |
---|
public ParameterValuesFinder()
public ParameterValuesFinder(Class componentClass, String parameterName)
Method Detail |
---|
public List getKeyValues()
public boolean shouldInsertBlankRow()
public void setInsertBlankRow(boolean insertBlankRow)
insertBlankRow
- The insertBlankRow to set.public Class getComponentClass()
public String getParameterName()
public void setComponentClass(Class componentClass)
componentClass
- The componentClass to set.public void setParameterName(String parameterName)
parameterName
- The parameterName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |