Class SelectControlDefinition
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.SelectControlDefinition
- All Implemented Interfaces:
Serializable,Cloneable,ControlDefinition,Copyable,DataDictionaryDefinition,DictionaryBean
Deprecated.
The select element will render an HTML select control. The valuesFinderClass will have a getKeyValues() method that
returns a list of KeyValue objects.
An optional script attribute allows java script code to be entered. This code will be run when the user selects a
new value.
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
cols, datePicker, datePickerFormat, expandedTextArea, ranged, rows, script, size, valuesFinderClass, valuesFinderPropertiesFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, idFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
completeValidationMethods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
equals, getBusinessObjectClass, getCols, getDatePickerFormat, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, getValuesFinderProperties, hashCode, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isKualiUser, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setDatePickerFormat, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass, setValuesFinderPropertiesMethods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getIdMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Constructor Details
-
SelectControlDefinition
public SelectControlDefinition()Deprecated.
-
-
Method Details
-
isSelect
public boolean isSelect()Deprecated.- Specified by:
isSelectin interfaceControlDefinition- Overrides:
isSelectin classControlDefinitionBase- See Also:
-
toString
Deprecated.
-
SelectControl.