org.kuali.rice.kns.datadictionary.control
Class ApcSelectControlDefinition

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
              extended by org.kuali.rice.kns.datadictionary.control.SelectControlDefinition
                  extended by 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

Field Summary
protected  String parameterDetailType
           
protected  String parameterName
           
protected  String parameterNamespace
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
ApcSelectControlDefinition()
           
 
Method Summary
 String getParameterDetailType()
           
 String getParameterName()
           
 String getParameterNamespace()
           
 boolean isApcSelect()
           
 void setParameterDetailType(String parameterDetailType)
          Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
 void setParameterName(String parameterName)
          Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
 void setParameterNamespace(String parameterNamespace)
          Used by the ApcSelectControlDefinition to pull the needed parameter from the ParameterService.
 
Methods inherited from class org.kuali.rice.kns.datadictionary.control.SelectControlDefinition
isSelect, toString
 
Methods inherited from class org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
completeValidation
 
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
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.datadictionary.DataDictionaryDefinition
getId
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

parameterNamespace

protected String parameterNamespace

parameterDetailType

protected String parameterDetailType

parameterName

protected String parameterName
Constructor Detail

ApcSelectControlDefinition

public ApcSelectControlDefinition()
Method Detail

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.