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

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.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
All Implemented Interfaces:
Serializable, ControlDefinition, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class SelectControlDefinition
extends MultivalueControlDefinitionBase

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:
Serialized Form

Field Summary
 
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.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
SelectControlDefinition()
          Deprecated.  
 
Method Summary
 boolean isSelect()
          Deprecated.  
 String toString()
          Deprecated.  
 
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.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Constructor Detail

SelectControlDefinition

public SelectControlDefinition()
Deprecated. 
Method Detail

isSelect

public boolean isSelect()
Deprecated. 
Specified by:
isSelect in interface ControlDefinition
Overrides:
isSelect in class ControlDefinitionBase
Returns:
true if this ControlDefinition instance represents an HTML select control
See Also:
ControlDefinition.isSelect()

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()


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