org.kuali.rice.kns.datadictionary.control
Class ApcSelectControlDefinition
java.lang.Object
org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.SelectControlDefinition
org.kuali.rice.kns.datadictionary.control.ApcSelectControlDefinition
- All Implemented Interfaces:
- Serializable, ControlDefinition, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean
public class ApcSelectControlDefinition
- extends SelectControlDefinition
The apcSelect element will render an HTML select control.
The values for the select control are obtained from
parameter table in the database.
paramNamespace, parameterDetailType, and parameterName uniquely identify the parameter from which the select's
values will be derived
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass |
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase |
equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
parameterNamespace
protected String parameterNamespace
parameterDetailType
protected String parameterDetailType
parameterName
protected String parameterName
ApcSelectControlDefinition
public ApcSelectControlDefinition()
getParameterNamespace
public String getParameterNamespace()
setParameterNamespace
public void setParameterNamespace(String parameterNamespace)
- Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
getParameterName
public String getParameterName()
setParameterName
public void setParameterName(String parameterName)
- Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
isApcSelect
public boolean isApcSelect()
- Specified by:
isApcSelect
in interface ControlDefinition
- Overrides:
isApcSelect
in class ControlDefinitionBase
- Returns:
- true if this ControlDefinition instance represents an HTML select control that is tied to an APC rule
- See Also:
ControlDefinition.isApcSelect()
getParameterDetailType
public String getParameterDetailType()
setParameterDetailType
public void setParameterDetailType(String parameterDetailType)
- Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.